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

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

description = '''\
'''

hint = {
    
}