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