Stuff for PAMEF course in ECN

DricomDragon fdf23bc3e7 Make two threads with mutex type D running il y a 5 ans
ta1 fdf23bc3e7 Make two threads with mutex type D running il y a 5 ans
.gitignore ed7f8e88c7 Initial commit il y a 5 ans
LICENSE ed7f8e88c7 Initial commit il y a 5 ans
README.md 729a9b49aa Add compilation and run steps il y a 5 ans

README.md

Pamef

Stuff for PAMEF course in ECN

Compile

You need GNU Make to compile this java code easily.

In any folder where there is a makefile, you can run :

Compile with make

Run with make run

Remove generated files with make clean