summaryrefslogtreecommitdiff
path: root/robot/problems/introduction/wall1m/en.py
blob: d55e22f899d80bcb45c8e265555fa712990790b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import server
mod = server.problems.load_language('python', 'en')

id = 215
name = 'To the wall'
slug = 'To the wall'

description = '''\
'''

hint = {
    
}