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
Enter day number (D) as argument. Example:
$ sh template.sh 3