Stuff for PAMEF course in ECN

DricomDragon 35549ada87 Count requests instead of accesses hace 5 años
cm d3798b931d Group java basics hace 5 años
ds 5d510a0c18 Count requests instead of accesses hace 5 años
ta1 8865b4c7a2 Add method to describe mutex specificities hace 5 años
tp 2a7704545b Add exercise question hace 5 años
.gitignore ed7f8e88c7 Initial commit hace 5 años
LICENSE ed7f8e88c7 Initial commit hace 5 años
README.md 729a9b49aa Add compilation and run steps hace 5 años

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