From 91c34762cc4ec0d847c4a2f869070f19f7ddd229 Mon Sep 17 00:00:00 2001 From: thomascecil <thomascecil@thomass-air.ern.nps.edu> Date: Mon, 5 Jun 2023 13:38:08 -0700 Subject: [PATCH] ReadMe saved. --- .../src/MV3500Cohort2023MarchJune/homework3/Cecil/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 assignments/src/MV3500Cohort2023MarchJune/homework3/Cecil/README.md diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework3/Cecil/README.md b/assignments/src/MV3500Cohort2023MarchJune/homework3/Cecil/README.md new file mode 100644 index 0000000000..bbfa3757d6 --- /dev/null +++ b/assignments/src/MV3500Cohort2023MarchJune/homework3/Cecil/README.md @@ -0,0 +1,5 @@ +This program does something different... + +This simulation program, beginning at line 220, runs an arrival process. The +ArrivalProcess class extends SimEntityBase in order to conduct a disrete event +simulation of parts arriving to servers. \ No newline at end of file -- GitLab