aboutsummaryrefslogtreecommitdiff
path: root/2022/run
diff options
context:
space:
mode:
Diffstat (limited to '2022/run')
-rwxr-xr-x2022/run5
1 files changed, 5 insertions, 0 deletions
diff --git a/2022/run b/2022/run
new file mode 100755
index 0000000..a3d77e4
--- /dev/null
+++ b/2022/run
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+source "vars"
+
+nim c -r "nim/day${DAY}/main.nim" "nim/day${DAY}/input.txt"