summaryrefslogtreecommitdiff
path: root/prolog/problems/dcg/digit_2/en.py
blob: 80b7be0506ab5d6c6e3d95e7ec3a5d581e240757 (plain)
1
2
3
4
5
6
7
8
9
# coding=utf-8

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 = {}