Alexander Avery
1 year ago
4 changed files with 1024 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||||
|
package main |
||||
|
|
||||
|
import "io" |
||||
|
|
||||
|
type day12 struct{} |
||||
|
|
||||
|
func (d day12) solve1(r io.Reader) string { |
||||
|
return "incomplete" |
||||
|
} |
||||
|
|
||||
|
func (d day12) solve2(r io.Reader) string { |
||||
|
return "incomplete" |
||||
|
} |
File diff suppressed because it is too large
Loading…
Reference in new issue