sudoku-funpark/main.go

8 lines
102 B
Go

package main
import "gitea.ligthert.net/golang/sudoku-funpark/solver"
func main() {
solver.Run()
}