advent-of-code/2023/day-5/main.go

10 lines
112 B
Go
Raw Normal View History

2023-12-05 19:06:59 +00:00
package main
func main() {
}
func solveFoodProductionIssue(almanac []string) (int, error) {
return 0, nil
}