summaryrefslogtreecommitdiff
path: root/prolog/problems/dcg/digit_2/en.py
blob: 8753b7599766d1651328f404ce7ef4e72fec4d3c (plain)
1
2
3
4
5
6
7
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 = {}