Advent of Code 2020 is Complete!

This commit is contained in:
2020-12-25 07:57:34 -06:00
parent 10a3ba0699
commit 49a625c6e6
5 changed files with 53 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ func init() {
}
func main() {
fmt.Println("# Day 22")
fmt.Println("# Day 24")
inp := h.StdinToStringSlice()
solve(inp, h.Atoi(h.OptArgNumber(1, "2")))