summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun3
1 files changed, 3 insertions, 0 deletions
diff --git a/run b/run
new file mode 100755
index 0000000..31e8c10
--- /dev/null
+++ b/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+./zig-out/bin/aoc2024 "${1}" "${2}" < "${3}"