Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moritz/yasss

Automatically exported from code.google.com/p/yasss
https://github.com/moritz/yasss

Last synced: 16 days ago
JSON representation

Automatically exported from code.google.com/p/yasss

Awesome Lists containing this project

README

        

YAsSS: Yet Another Stupid Sudoku Solver
A C++ Program written by Moritz Lenz.

To build yasss, you need a C++ compiler (tested with g++ 11.4). Simply run

make

and hope for the best :-)

To generate the documentation, you need a2x from the `asciidoc` package (at
least if you are using Debian ;-)), `asciidoc` and `xsltproc`.