Categorygithub.com/Bryley/sudoku-solver
modulepackage
0.0.0-20230411230032-f9c132687374
Repository: https://github.com/bryley/sudoku-solver.git
Documentation: pkg.go.dev

# README

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.

# Packages

Copyright © 2023 Bryley Manning-Hayter [email protected] */.
No description provided by the author
No description provided by the author