main.go 101 B

1234567
  1. package main
  2. import "gitea.ligthert.net/golang/sudoku-solver/solver"
  3. func main() {
  4. solver.Run()
  5. }