From 87f2a4b7c22fb9d341b4ea2448b123136bb790f5 Mon Sep 17 00:00:00 2001 From: Thomas Battermann Date: Thu, 6 Oct 2011 00:48:28 +0200 Subject: [PATCH] =?UTF-8?q?recover=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7245eef --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# About + +sudokuloeser is a simple sudoku solver written in C. It is optimized for speed. + +# Features + +With sudokuloeser you can easily solve sudokus. + +Optional you can specify a file, where to save the solution. + +For better usage the Output is colored. + +# Requirements + +* Linux +* Windows: some restrictions +* C Compiler + +# Installation + + make + make install + +# Usage + + Usage: + sudokuloeser [options] + Options + -U Use Unicode + -h This help + -o Output file + -c no colors + -n just print, do not solve +