diff --git a/README.md b/README.md index c5b079e..c1cacdd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # 159.341_Assignment_2 +Uses semaphores to manage loading and unloading people into elevators on an example building. +The task is designed in such a way that race conditions occur naturally, hence proper use of semaphores is required. + +### A sample run might look like so: + +![Sample run](/Screenshots/Sample-Run.png) + diff --git a/Screenshots/Sample-Run.png b/Screenshots/Sample-Run.png new file mode 100644 index 0000000..2f9c588 Binary files /dev/null and b/Screenshots/Sample-Run.png differ