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

name = 'Ballistics'
slug = 'Ballistics'

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

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

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