diff options
Diffstat (limited to 'robot/problems/introduction')
-rw-r--r-- | robot/problems/introduction/common.py | 2 | ||||
-rw-r--r-- | robot/problems/introduction/forward/en.py | 1 | ||||
-rw-r--r-- | robot/problems/introduction/forward/sl.py | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/robot/problems/introduction/common.py b/robot/problems/introduction/common.py new file mode 100644 index 0000000..8498d9c --- /dev/null +++ b/robot/problems/introduction/common.py @@ -0,0 +1,2 @@ +id = 13 +number = 1 diff --git a/robot/problems/introduction/forward/en.py b/robot/problems/introduction/forward/en.py index d943867..7c229b0 100644 --- a/robot/problems/introduction/forward/en.py +++ b/robot/problems/introduction/forward/en.py @@ -1,6 +1,5 @@ # coding=utf-8 -id = 202 name = 'Forward' slug = 'Forward' diff --git a/robot/problems/introduction/forward/sl.py b/robot/problems/introduction/forward/sl.py index 98f3a8d..c7c7eee 100644 --- a/robot/problems/introduction/forward/sl.py +++ b/robot/problems/introduction/forward/sl.py @@ -1,6 +1,5 @@ # coding=utf-8 -id = 202 name = 'Naprej' slug = 'Naprej' |