Files
artloglaby/java
philippe lhardy bd4a6dfc29 add a shell script to code & run
Signed-off-by: philippe lhardy <philippe@pavilionartlogiciel>
2015-02-09 20:48:08 +01:00
..

A Maze generator that keep all reverse paths to solutions.

See Makefile

#clean 
make clean

#console
make test

#gui
make display

#code emacs : work/ClassName
make work/Display

#run a class
make run/Display

#save work with git (ie git citool )
make save