add another helper task

This commit is contained in:
Daylin Morgan 2024-12-03 21:23:50 -06:00
parent 38bc5af957
commit b41dfec4f2
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -10,3 +10,6 @@ task solve, "run all solutions":
when defined(noSolve): cmd &= "-d:noSolve"
cmd &= fmt" {dir}/solution.nim "
selfExec cmd
task new, "generate new day":
exec "nim r src/aoc"