sudoku-funpark/main.go

11 lines
139 B
Go

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