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