aboutsummaryrefslogtreecommitdiff
path: root/2022/run
diff options
context:
space:
mode:
Diffstat (limited to '2022/run')
-rwxr-xr-x2022/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/2022/run b/2022/run
index a3d77e4..45f80aa 100755
--- a/2022/run
+++ b/2022/run
@@ -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"