summaryrefslogtreecommitdiff
path: root/python/problems/re/words/en.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/problems/re/words/en.py')
-rw-r--r--python/problems/re/words/en.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/python/problems/re/words/en.py b/python/problems/re/words/en.py
new file mode 100644
index 0000000..3392baf
--- /dev/null
+++ b/python/problems/re/words/en.py
@@ -0,0 +1,13 @@
+id = 20905
+name = 'Words'
+
+description = '''\
+<p>(translation missing)</p>'''
+
+hint = {
+ 'plan': '''\
+<p>(translation missing)</p>''',
+
+ 'no_input_call': '''\
+<p>(translation missing)</p>''',
+}