diff options
Diffstat (limited to 'robot/problems/introduction/gyrosquare/en.py')
-rw-r--r-- | robot/problems/introduction/gyrosquare/en.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/robot/problems/introduction/gyrosquare/en.py b/robot/problems/introduction/gyrosquare/en.py new file mode 100644 index 0000000..bbd389c --- /dev/null +++ b/robot/problems/introduction/gyrosquare/en.py @@ -0,0 +1,14 @@ +# coding=utf-8 +import server +mod = server.problems.load_language('python', 'en') + +id = 210 +name = 'Gyro square' +slug = 'Gyro square' + +description = '''\ +''' + +hint = { + +} |