cleanup old files

This commit is contained in:
Simon Forman
2019-08-10 22:07:17 -07:00
parent e49b0b70cb
commit f6705f3fa0
3 changed files with 0 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
do(DCG) :-
fd_domain(X, 0, 9),
fd_labeling(X),
number_codes(X, [C]),
DCG = `-->`(digit(C), [C]).