day24, already bad

This commit is contained in:
efim
2023-12-24 08:15:18 +00:00
parent b6a56554af
commit d749979aae
3 changed files with 83 additions and 33 deletions

View File

@@ -6,7 +6,7 @@ import (
func Run() int {
fmt.Println("hello day 24, i'm getting tired")
filenae := "day24/example"
filenae := "day24/input"
hails := ReadHailFile(filenae)
return CheckPairwiseIntersections(hails)
}