Skip to content

kenthklui/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adventofcode

Sample solutions to Advent of Code.

Solution for each task is nested in the respective year folder, followed by the day folder and filename. All solutions (with minor exceptions) are executable independently and read input from STDIN, ie.

cd day01
go run task2.go < input.txt

Releases

No releases published

Packages

No packages published

Languages