summaryrefslogtreecommitdiff
path: root/robot/problems/introduction/countlines/en.py
blob: 8b3b275fa2e34ed1a084d12f611eb0c61edd8604 (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 = 206
name = 'Count lines'
slug = 'Count lines'

description = '''\
'''

hint = {
    
}