Categorygithub.com/erikbryant/sudoku
modulepackage
0.0.2
Repository: https://github.com/erikbryant/sudoku.git
Documentation: pkg.go.dev

# README

Sudoku

A solver for the Sudoku game.

# Functions

New returns a new sudoku board populated with the given starting lines.

# Structs

Board implements a width x height grid of runes.