From de7c8fb73ab44c6a72433785edea4f56137d9b67 Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 08:59:59 +0000 Subject: [PATCH] GitHub Classroom Autograding --- .github/classroom/autograding.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/classroom/autograding.json diff --git a/.github/classroom/autograding.json b/.github/classroom/autograding.json new file mode 100644 index 0000000..70b7b3a --- /dev/null +++ b/.github/classroom/autograding.json @@ -0,0 +1,14 @@ +{ + "tests": [ + { + "name": "Q5", + "setup": "./decrypt_answers.sh", + "run": "./check_questions.sh 5", + "input": "", + "output": "", + "comparison": "exact", + "timeout": 10, + "points": 1 + } + ] +} \ No newline at end of file