day24, example
This commit is contained in:
12
day24/neverTellMeTheOdds.go
Normal file
12
day24/neverTellMeTheOdds.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package day24
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func Run() int {
|
||||
fmt.Println("hello day 24, i'm getting tired")
|
||||
filenae := "day24/example"
|
||||
hails := ReadHailFile(filenae)
|
||||
return CheckPairwiseIntersections(hails)
|
||||
}
|
||||
Reference in New Issue
Block a user