blob: 12c782cef3538c5ae34bb6202adacf9a6bb31737 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# coding=utf-8
import server
mod = server.problems.load_language('python', 'en')
id = 209
name = 'Gyro 90'
slug = 'Gyro 90'
description = '''\
'''
hint = {
}
|