diff options
author | j-james | 2022-11-23 10:18:23 +0000 |
---|---|---|
committer | j-james | 2022-11-23 10:18:23 +0000 |
commit | 91b4352bb2563ae335732b0042c6e422414b6e1e (patch) | |
tree | 7be4e83cca72c56072a5c64e6c4fc3c6cf98a524 /2022/run | |
parent | 4cbdf16fbf2168feb6dc473f003e701623b75584 (diff) |
Prepare scripts and templates for 2022
Diffstat (limited to '2022/run')
-rwxr-xr-x | 2022/run | 5 |
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" |