Added a rudimentary client.
This commit is contained in:
@ -4,7 +4,7 @@ import "gitea.ligthert.net/golang/sudoku-funpark/outputter"
|
||||
|
||||
type Operator interface {
|
||||
// Start the operator
|
||||
Start() error
|
||||
Start()
|
||||
}
|
||||
|
||||
type Vars struct {
|
||||
|
Reference in New Issue
Block a user