Execute createday.ps1
and pass a number, the day you want to create.
Go to advent of code website and copy paste the days data into data.txt
file of that day.
In the task of the day, there is usually a set of test data, you can put this in testData.txt
After creating your program you can run it using go run .
inside the folder of that day.
you can setup test data and run test by using go test
inside the folder of that day.