day13, part1

This commit is contained in:
efim 2023-12-13 14:11:02 +00:00
parent adcb2417ff
commit d4c162db33
2 changed files with 1380 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
)
func Run() int {
filename := "day13/example"
filename := "day13/input"
fmt.Println("hello day 13.", filename)
bytes, err := os.ReadFile(filename)
if err != nil {

1379
day13/input Normal file

File diff suppressed because it is too large Load Diff