Documentation
¶
Overview ¶
Package common contains the base struct for all exercises.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseExercise ¶
type BaseExercise struct{}
BaseExercise is the base struct for all exercises.
func (BaseExercise) One ¶
func (e BaseExercise) One(in string) (any, error)
One is the first part of the exercise.
Click to show internal directories.
Click to hide internal directories.