# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
advent-of-code-2024
how to run
Change directory to desired day.
$ cd 01
Run Part 1 and Part 2 solutions with the puzzle input:
$ go run .
Run Part 1 and Part 2 solutions with example input:
$ go run . example1.txt
Run tests:
$ go test
create new day using template
Enter day number (D) as argument. Example:
$ sh template.sh 3