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

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

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

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