From 08a5061a727b7c9ab3e0aaaf66287e0ca8fba9da Mon Sep 17 00:00:00 2001 From: Skullheadx <94652084+Skullheadx@users.noreply.github.com> Date: Wed, 4 Jan 2023 18:49:59 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ca0fce..1a48d72 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ CEMC Website: https://cemc.uwaterloo.ca/contests/past_contests.html 3. Download the Test Data 4. Extract the senior or junior folder into the input directory in the grader project 5. Copy your python file (.py) into the input folder -6. Run the grader.py file using python +6. Run the grader.py file using python and answer the prompt to the question you are grading (i.e. S1, S2, ...) 7. Enjoy your grader. It will tell you your time and incorrect test cases -_Note: This program will run the code on your computer which is assuredly faster than the computers that actually grade the contest, hence a margin of error is created._ \ No newline at end of file +_Note: This program will run the code on your computer which is assuredly faster than the computers that actually grade the contest, hence a margin of error is created._ -- 2.54.0