Added a rudimentary client.

This commit is contained in:
2025-02-03 21:17:49 +01:00
parent fd41e0c03e
commit e7e8953ec3
5 changed files with 80 additions and 8 deletions

View File

@ -4,7 +4,7 @@ import "gitea.ligthert.net/golang/sudoku-funpark/outputter"
type Operator interface {
// Start the operator
Start() error
Start()
}
type Vars struct {