day15, part2

This commit is contained in:
efim 2023-12-15 15:05:19 +00:00
parent 6e623b617e
commit d09a8af5db
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
func Run() int {
fmt.Println("hello day 15")
log.Println("hello day 15")
filename := "day15/example"
filename := "day15/input"
bytes, err := os.ReadFile(filename)
if err != nil {
panic(fmt.Sprint("error reading file ", filename))