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