Add some descriptive text in output

This commit is contained in:
2024-12-02 14:06:27 +01:00
parent 615e17931f
commit 1115f2d670
3 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ jobs:
with:
distribution: 'corretto' # See 'Supported distributions' for available options
java-version: '21'
- uses: fwilhe2/setup-kotlin@main
- uses: https://github.com/fwilhe2/setup-kotlin@main
- name: Day 1
run: kotlin puzzle1.kts
- name: Day 2