summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--leningrade.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/leningrade.py b/leningrade.py
index 2bd4547..167b3cf 100644
--- a/leningrade.py
+++ b/leningrade.py
@@ -23,11 +23,11 @@ JOJ_INFO = {
"homeworkID": JOJ_HOMEWORK_ID,
"lang": LANGUAGE,
"problemInfo": [
- # filename, problem ID, # of test cases
- ("ex2.m", "61553cffb3c06a0006f45da3", 10),
- ("ex4.m", "61553e5fb3c06a0006f45da9", 10),
- ("ex5.m", "61553f8cb3c06a0006f45db2", 10),
- ("ex6.m", "6155414cb3c06a0006f45dc7", 10),
+ # filenames, problem ID, # of test cases
+ (["ex2.m"], "61553cffb3c06a0006f45da3", 10),
+ (["ex4.m"], "61553e5fb3c06a0006f45da9", 10),
+ (["ex5.m"], "61553f8cb3c06a0006f45db2", 10),
+ (["ex6.m"], "6155414cb3c06a0006f45dc7", 10),
],
}