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

id = 162
number = 69
visible = True
facts = None

solution = '''\
ab --> [a], ab.
ab --> t162.
t162 --> [b], t162.
t162 --> [].'''