Compare commits

..

2 Commits

Author SHA1 Message Date
xuu
0d78959bea
chore(day17): fix missing changes
All checks were successful
Go Test / build (pull_request) Successful in 37s
Go Bump / bump (push) Successful in 7s
Go Test / build (push) Successful in 34s
2024-01-01 09:57:08 -07:00
xuu
86f2f7a6f2
chore(day17): implent A* path finder
All checks were successful
Go Bump / bump (push) Successful in 8s
Go Test / build (pull_request) Successful in 51s
Go Test / build (push) Successful in 35s
2024-01-01 09:29:25 -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)