Crate aocd_proc

source ·

Macros

  • Returns the puzzle input as a String: input!().
  • Submit an answer for the given part: submit!(part, answer).

Attribute Macros

  • Annotate your main function with #[aocd(year, day)].