Trying to run the code for day01
This commit is contained in:
parent
d386fc7d10
commit
5ad191354c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -14,6 +14,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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user