summaryrefslogtreecommitdiff
path: root/python/problems/introduction/fast_fingers/en.py
blob: d434ed90a18f9785ed5c08ae435176a79f121f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name = 'Fast fingers'
slug = 'Fast fingers'

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

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

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