summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-07-12 23:03:13 +0000
committerStijn Buys <ingar@osirion.org>2013-07-12 23:03:13 +0000
commitb494d943fc6330a3b52f7ec173ffbfeaec654bf1 (patch)
treefc001c0f6329cb476986d05e9936f424adc0c220 /README
parent1a75aa1c451f0010cac32e0f441a8f1a2e86d961 (diff)
Renames the resulting binary to 'sudokusolver', updates the README accordingly,
updates the TODO list.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index c038caa..88794da 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-INGAR'S SUDOKU SOLVER - README
+SUDOKU SOLVER - README
I'm not a fervent sudoku solver but I always wanted to try implementing
a program to solve the puzzles faster than I can. This is my first attempt.
@@ -17,7 +17,7 @@ BUILDING INSTRUCTIONS
../configure
make
- The binary will be called 'sudoku' and be located in the 'src' directory.
+ The binary will be called 'sudokusolver' and be located in the 'src' directory.
You can run it from within the build directory:
src/sudoku