Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 525 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 525 Bytes

Advent of Code

Create a new day

Execute createday.ps1 and pass a number, the day you want to create.

Get data

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

Run your code

After creating your program you can run it using go run . inside the folder of that day.

Test your code

you can setup test data and run test by using go test inside the folder of that day.