Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InputFile ¶
InputFile returns an io.Reader for the file pointed at by the --input flag. If the flag is not specified, it looks for a file named "input.txt" in the same package as the caller.
func Ints ¶
Ints returns an iter.Seq[int] over all lines in the provided io.Reader, converting each line to an int. This method panics if conversion of any line fails.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.