summaryrefslogtreecommitdiff
path: root/robot/problems/introduction/gyro90/en.py
diff options
context:
space:
mode:
Diffstat (limited to 'robot/problems/introduction/gyro90/en.py')
-rw-r--r--robot/problems/introduction/gyro90/en.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/robot/problems/introduction/gyro90/en.py b/robot/problems/introduction/gyro90/en.py
new file mode 100644
index 0000000..12c782c
--- /dev/null
+++ b/robot/problems/introduction/gyro90/en.py
@@ -0,0 +1,15 @@
+# coding=utf-8
+import server
+mod = server.problems.load_language('python', 'en')
+
+id = 209
+name = 'Gyro 90'
+slug = 'Gyro 90'
+
+description = '''\
+
+'''
+
+hint = {
+
+}