summaryrefslogtreecommitdiff
path: root/python/problems/introduction/fast_fingers_2/en.py
blob: 2172127dab7c5bc59a7207b26cc550027bad32b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# coding=utf-8

name = 'Fast fingers 2'
slug = 'Fast fingers 2'

description = '''\
<p>(translation missing)'''

hint = {
    'plan': '''\
<p>(translation missing)</p>''',

    'no_input_call': '''\
<p>(translation missing)</p>''',
}