Initial commit

This commit is contained in:
github-classroom[bot]
2024-02-28 19:40:11 +00:00
committed by GitHub
commit 35a9c9319a
11 changed files with 572 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"tests": [
{
"name": "Regression",
"setup": "sudo -H pip3 install poetry ; poetry install",
"run": "poetry run pytest .",
"input": "",
"output": "",
"comparison": "included",
"timeout": 5,
"points": 1
}
]
}