new problem and deleted the obsolete problem loader
This commit is contained in:
7
src/problems/regex-phone/manifest.json
Normal file
7
src/problems/regex-phone/manifest.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"title": "Regex Phonenumber",
|
||||
"description": "A regex problem to match phone numbers in various formats.",
|
||||
"description_md": "problems/regex-phone/description.md",
|
||||
"difficulty": "hard",
|
||||
"test_code": "problems/regex-phone/test.py"
|
||||
}
|
||||
Reference in New Issue
Block a user