Skip to content

Wodorek/advent-of-code-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code-go

Solutions to Advent of Code written in Go

Usage

To run the solutions, you need to provide your own user input, in the correct year/day folder. Name the file input.txt and paste the raw data from your AoC input. Then, execute the run.sh script

./run.sh <year> <day>

Some solutions have tests set up to test helper functions, for example when parsing input requires more complex operations. To run those test run the provided script:

./test.sh <year> <day> r

About

Solutions to Advent of Code written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published