Add 'Debug simple typo with guidance' challenge (#65)

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
merwanehamadi
2023-07-07 13:50:53 -07:00
committed by GitHub
parent bfd0d5c826
commit 9ede17891b
56 changed files with 288 additions and 85 deletions

View File

@@ -0,0 +1,8 @@
import pytest
from agbenchmark.challenge import Challenge
@pytest.mark.code
class CodeChallenge(Challenge):
"""Challenge for memory"""