Documentation
¶
Overview ¶
Code generated by internal/generate; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Solution ¶
type Solution interface {
Parse(s string)
ParseExample()
Part1() interface{}
Part2() interface{}
}
type TwoExamples ¶
type TwoExamples interface {
Solution
ParseExample2()
}
Click to show internal directories.
Click to hide internal directories.