Mistakenly didn't add files?

This commit is contained in:
2024-12-02 14:06:27 +01:00
parent 9edfedec6b
commit 5f4440aae3
3 changed files with 8 additions and 6 deletions

View File

@@ -15,7 +15,9 @@ jobs:
distribution: 'corretto' # See 'Supported distributions' for available options
java-version: '21'
- uses: https://github.com/fwilhe2/setup-kotlin@main
- name: Day 1
run: kotlin puzzle1.kts
- name: Day 2
run: kotlin puzzle2.kts
- name: Solutions
run: |
for script in $(ls *.kts | sort); do
echo "Running $script"
kotlin $script
done