Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 347 Bytes

File metadata and controls

10 lines (8 loc) · 347 Bytes

Systems-Programming

Running the program

  • To compile run gcc -o elevatorandUsers elevatorandUsers.c -lpthread
  • Any user input between 1 and 5 will only make use of the first elevator
  • User input between 6 and 10 will send 5 people to the first elevator and the extras to the second elevator

Authors

  • Kamayo Spencer
  • Onyancha Kevin