Macro aocd_proc::input

source ·
input!() { /* proc-macro */ }
Expand description

Returns the puzzle input as a String: input!().

This must be used within a function annotated with #[aocd(year, day)].