Stuff for PAMEF course in ECN

DricomDragon 0a05295d73 Add new state to receive request queries há 5 anos atrás
cm d3798b931d Group java basics há 5 anos atrás
ds b43acadffd Add new state to receive request queries há 5 anos atrás
ta1 8865b4c7a2 Add method to describe mutex specificities há 5 anos atrás
tp 2a7704545b Add exercise question há 5 anos atrás
.gitignore ed7f8e88c7 Initial commit há 5 anos atrás
LICENSE ed7f8e88c7 Initial commit há 5 anos atrás
README.md 729a9b49aa Add compilation and run steps há 5 anos atrás

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