Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moritz/yasss
- Owner: moritz
- License: other
- Created: 2015-03-12T17:18:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T11:51:05.000Z (12 months ago)
- Last Synced: 2024-11-05T20:49:08.036Z (2 months ago)
- Language: C
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.