Mortis66666 / sudoku-solver-cli

A simple cli to solve sudoku in a txt file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sudoku 

USAGE:
    sudoku.exe <SUBCOMMAND>

OPTIONS:
    -h, --help    Print help information

SUBCOMMANDS:
    help     Print this message or the help of the given subcommand(s)
    solve

Examples:

sudoku solve sudoku.txt
# solves the sudoku in sudoku.txt and output the solution in the same file
sudoku solve sudoku.txt --output "solution.txt"
# or
sudoku solve sudoku.txt -o "solution.txt"
# Output solution at specific file

About

A simple cli to solve sudoku in a txt file

License:MIT License


Languages

Language:Rust 99.1%Language:Batchfile 0.9%