add another helper task
This commit is contained in:
parent
38bc5af957
commit
b41dfec4f2
1 changed files with 3 additions and 0 deletions
|
@ -10,3 +10,6 @@ task solve, "run all solutions":
|
||||||
when defined(noSolve): cmd &= "-d:noSolve"
|
when defined(noSolve): cmd &= "-d:noSolve"
|
||||||
cmd &= fmt" {dir}/solution.nim "
|
cmd &= fmt" {dir}/solution.nim "
|
||||||
selfExec cmd
|
selfExec cmd
|
||||||
|
|
||||||
|
task new, "generate new day":
|
||||||
|
exec "nim r src/aoc"
|
||||||
|
|
Loading…
Reference in a new issue