Sudoku Solver
Sudoku Solver is a very basic application that was originally
created to learn the basics of the Go Programming Language. It is able to
solve Sudoku's you pass into via files.
Installation
$ go get github.com/Bryley/sudoku-solver
Usage
$ sudoku-solver solve [input_file]
Solve a Sudoku from an input file.
$ sudoku-solver is-solved [input_file]
Check if a Sudoku is solved from an input file.
License
This project is licensed under the MIT License - see the LICENSE
file for details.