Alexander Avery
11 months ago
3 changed files with 27 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||
package main |
|||
|
|||
import "io" |
|||
|
|||
type day08 struct{} |
|||
|
|||
func (d day08) solve1(io.Reader) string { |
|||
return "incomplete" |
|||
} |
|||
|
|||
func (d day08) solve2(io.Reader) string { |
|||
return "incomplete" |
|||
} |
Loading…
Reference in new issue