new problem and deleted the obsolete problem loader

This commit is contained in:
2025-08-16 20:44:47 +02:00
parent e97dde65fb
commit 68b7b81741
7 changed files with 363 additions and 370 deletions

View 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"
}