Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 213 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 213 Bytes

Usage:

go run main.go [dayNumber] [pathToInputFile]

For example:

go run main.go 1 ~/01.txt

The code panics on invalid input instead of the usual error handling (unless error handling is part of the task).