diff --git a/README.md b/README.md index 52121ac..fcf646e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # cps222-2022-p5-opokunyarko-colbert + ### Attempted & Status - Requirement 1 : Read and print data @@ -23,4 +24,4 @@ articulationPoints() method implemented to find points of the graph at which the ### Makefile & Testing -A `make test-all` target has been implemented to return "Passed!" if no errors are caught when running other tests. On run, "--- ---" will be displayed to indicate which test was running upon crash. Any test error will likely result from differences in the project5.out file and the respective test.out file. View test.diff to see their differences. \ No newline at end of file +A `make test-all` target has been implemented to return "Passed!" if no errors are caught when running other tests. On run, "--- ---" will be displayed to indicate which test was running upon crash. Any test error will likely result from differences in the project5.out file and the respective test.out file. View test.diff to see their differences.