This commit is contained in:
bluepython508
2024-12-03 11:16:12 +00:00
parent b24b64a22c
commit ec51a3b67a
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