You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dan Buch b1f1195c3d
doing some find+sed cleanup
15 years ago
..
Makefile Revert "doing some find+sed cleanup" 15 years ago
README Revert "doing some find+sed cleanup" 15 years ago
hanoi.c doing some find+sed cleanup 15 years ago
life.c doing some find+sed cleanup 15 years ago
magic.c doing some find+sed cleanup 15 years ago
queens.c doing some find+sed cleanup 15 years ago
shuffle.c doing some find+sed cleanup 15 years ago
tt.c doing some find+sed cleanup 15 years ago

README

Description of files 

--------------------
JustForFun
|
|----> hanoi.c -- The Towers of Hanoi Solver
|----> life.c -- The Game of Life demo
|----> magic.c -- An Odd Order Magic Square builder
|----> queens.c -- The famous N-Queens Solver
|----> shuffle.c -- A fun game, if you have time to kill
|----> tt.c -- A very trivial typing tutor