Compare commits

..

1 Commits

Author SHA1 Message Date
xuu
36fed356a1
chore(day17): fix missing changes
All checks were successful
Go Test / build (pull_request) Successful in 38s
2024-01-01 09:52:49 -07:00

View File

@ -13,8 +13,8 @@ import (
//go:embed example.txt
var example []byte
// //go:embed input.txt
// var input []byte
//go:embed input.txt
var input []byte
func TestExample(t *testing.T) {
is := is.New(t)