This commit is contained in:
bluepython508
2024-12-03 11:16:12 +00:00
parent a93b16a6f6
commit 3c7e07fe4f
6 changed files with 41 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ run day=day:
test day=day:
#!/usr/bin/env bash
for f in day-{{day}}/example-*.in; do
tput setaf 2; echo $'\t'$f; tput setaf 7;
raku day-{{day}}/main.raku $f
done