commit 8fd3a806bc9e410a0cea3174a20a4d5cecca6264 parent 472672797028b60d768bf5ad8abd86bb96445ab8 Author: William Lindholm <william_lindholm@outlook.com> Date: Tue, 6 Jun 2023 16:26:10 +0200 Fixed markdown error. Diffstat:
| M | OOP2023_a22willi_a21liltr_assignment2/.project | | | 11 | +++++++++++ |
| M | README.md | | | 5 | ++--- |
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/OOP2023_a22willi_a21liltr_assignment2/.project b/OOP2023_a22willi_a21liltr_assignment2/.project @@ -14,4 +14,15 @@ <natures> <nature>org.eclipse.jdt.core.javanature</nature> </natures> + <filteredResources> + <filter> + <id>1686053512994</id> + <name></name> + <type>30</type> + <matcher> + <id>org.eclipse.core.resources.regexFilterMatcher</id> + <arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments> + </matcher> + </filter> + </filteredResources> </projectDescription> diff --git a/README.md b/README.md @@ -25,9 +25,8 @@ Multithreaded simulation of workers queuing. - Workers leave the queue if their energy reaches 0 while waiting. - Simulate worker's energy-based states during a given time window in seconds. <br> -<sub>Below is an example of the programs output:</sub> -<br> -```properties +Simulation output: +``` worker2 Is working with energy level 43 worker5 Is working with energy level 54 worker0 is taking a break with energy level 29