javac agent.java announcer.java Customer.java frontDesk.java main.java java main (then enter whatever number of customers you'd like the simulation to run. It definitely works with 50, but you can test more if you'd like).
Deadairx/Semaphores
A Project demonstrating the use of Semaphores to create safe execution environments where data is sensitive.
Java