gladvent

Functions

pub fn execute(given runners: Map(
    Int,
    #(fn(String) -> Int, fn(String) -> Int),
  )) -> Nil

Given the daily runners, create the command tree and run the specified command

pub fn main() -> Nil

Find all runners in the project src/days/ directory and run either the ‘run’ or ‘new’ command as specified

Search Document