Crates.io | qqwing |
lib.rs | qqwing |
version | 1.3.5 |
source | src |
created_at | 2024-10-25 01:29:09.199982 |
updated_at | 2024-10-25 01:43:49.345093 |
description | QQwing is software for generating and solving Sudoku puzzles. This is a rust version. |
homepage | |
repository | https://github.com/adungaos/qqwing |
max_upload_size | |
id | 1421955 |
size | 103,556 |
QQwing is software for generating and solving Sudoku puzzles. This is a rust version.
PS D:\Projects\qqwing> .\target\debug\qqwing.exe
Usage: qqwing.exe [OPTIONS] <COMMAND>
Commands:
generate Generate a puzzle
solve Solve a puzzle
help Print this message or the help of the given subcommand(s)
Options:
-f, --file <FILE> Input or Output puzzle file
-v, --verbose... Show more verbose information
-p, --ps <ONELINE,COMPACT,READABLE,CSV> Set print style [default: READABLE]
-h, --help Print help
-V, --version Print version
qqwing - Sudoku solver and generator
Copyright (C) 2006-2014 Stephen Ostermiller http://ostermiller.org/
Copyright (C) 2007 Jacques Bensimon (jacques@ipm.com)
Copyright (C) 2007 Joel Yarde (joel.yarde - gmail.com)
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.