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

id = 164
number = 71
visible = True
facts = None

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