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

id = 164
group = 'dcg'
number = 71
visible = True
facts = None

solution = '''\
digit --> ([0] ; [1] ; [2] ; [3] ; [4] ; [5] ; [6] ; [7] ; [8] ; [9]).
'''