Files
QPP/problems/reversedstring/manifest.json
2025-08-12 12:47:35 +02:00

6 lines
244 B
JSON

{
"title":"Reversed String",
"description":"Reverse a String using a Function ; Try to write as little code as possible",
"description_md":"problems/reversedstring/description.md",
"test_code":"problems/reversedstring/test.py"
}