Merge branch 'change-inputs-folder' into day04

This commit is contained in:
2023-12-04 08:44:37 +00:00
7 changed files with 6 additions and 2 deletions

View File

@@ -17,6 +17,8 @@ jobs:
run: go build -v ./day01/*.go
- name: Build day two
run: go build -v ./day02/*.go
- name: Run day one
run: go run -v ./day01/*.go
- name: Display Go version
run: go version
- name: List files in the repository