Expand description
Macros for elvish.
Macros§
- available_
days - Declares an array of available days, based on feature flags.
- declare_
modules - Declare modules for each day of advent of code.
- declare_
run_ fn - Declare a function that can run advent of code solutions dynamically based on the aviable (think, solved) days.
- example
- Defines examples given in advent of code puzzles. The strings in the example are unindented
using
indoc.
Attribute Macros§
- solution
- A solution of an advent of code problem.