gleam run -- --day=${DAY_NUMBER} # Run the project for a specific day
gleam run -- --new-day=${DAY_NUMBER} # Creates a template (src + test + input) for a new day
gleam test # Run the tests
To test with your Advent of Code input, create the corresponding day file in inputs/day${DAY_NUMBER}
.