Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 213 Bytes

File metadata and controls

13 lines (7 loc) · 213 Bytes

advent code 2023

code in golang

each day has a go file and a test file

run one day

go test -run TestDay<the day you want to test>

run bonus

go test -run TestDay<the day you want to test>_2