day15, part1

This commit is contained in:
efim 2023-12-15 14:15:18 +00:00
parent 192ff3878e
commit bd45c334b0
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
func Run() int {
fmt.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))

1
day15/input Normal file

File diff suppressed because one or more lines are too long