Skip to content

Mortis66666/sudoku-solver-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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