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