diff options
Diffstat (limited to '2022/run')
-rwxr-xr-x | 2022/run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ source "vars" -nim c -r "nim/day${DAY}/main.nim" "nim/day${DAY}/input.txt" +nim c --warnings:off --hints:off -r "nim/day${DAY}/main.nim" "nim/day${DAY}/input.txt" |