day15, part1
This commit is contained in:
parent
192ff3878e
commit
bd45c334b0
|
@ -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))
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue