Skip to content

GustavSt/adventOfCode2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

AdventOfCode2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published