summaryrefslogtreecommitdiff
path: root/prolog/problems/dcg/digit_2/en.py
blob: 200689d86ab861d5bcaafe03db77e31f93cd5ed4 (plain)
1
2
3
4
5
6
7
8
id = 164
name = 'digit/2'
slug = 'a decimal digit'

description = '''\
<p>Write a DCG with the starting symbol <code>digit</code> for the language defined by the set of words {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}.</p>'''

hint = {}