day15, part1
This commit is contained in:
parent
192ff3878e
commit
bd45c334b0
|
@ -8,7 +8,7 @@ import (
|
||||||
|
|
||||||
func Run() int {
|
func Run() int {
|
||||||
fmt.Println("hello day 15")
|
fmt.Println("hello day 15")
|
||||||
filename := "day15/example"
|
filename := "day15/input"
|
||||||
bytes, err := os.ReadFile(filename)
|
bytes, err := os.ReadFile(filename)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(fmt.Sprint("error reading file ", filename))
|
panic(fmt.Sprint("error reading file ", filename))
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue