summaryrefslogtreecommitdiff
path: root/python/problems/functions/greatest_negative/en.py
diff options
context:
space:
mode:
authorAleksander Sadikov <sasha@fri.uni-lj.si>2015-09-22 17:58:09 +0200
committerAleksander Sadikov <sasha@fri.uni-lj.si>2015-09-22 17:58:09 +0200
commit76639241146ac5655ae04ea773ada420adb15295 (patch)
treec423e8a2b0ad1694e779743aae0ffe8e1fb925fb /python/problems/functions/greatest_negative/en.py
parentc50452d81b08d54b734f1da73b736bfbc2997215 (diff)
parentba4bee9a9a508eb1a686808241559b331f2d33ea (diff)
Merge branch 'master' of ssh://212.235.189.51:22122/codeq-problems
Diffstat (limited to 'python/problems/functions/greatest_negative/en.py')
-rw-r--r--python/problems/functions/greatest_negative/en.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/python/problems/functions/greatest_negative/en.py b/python/problems/functions/greatest_negative/en.py
new file mode 100644
index 0000000..92e5841
--- /dev/null
+++ b/python/problems/functions/greatest_negative/en.py
@@ -0,0 +1,16 @@
+# coding=utf-8
+
+id = 197
+name = '(translation missing)'
+slug = '(translation missing)'
+
+description = '''\
+<p>(translation missing)</p>'''
+
+hint = {
+ 'plan': '''\
+<p>(translation missing)</p>''',
+
+ 'no_input_call': '''\
+<p>(translation missing)</p>''',
+}