This commit is contained in:
Vitor Santos Costa
2018-10-13 08:51:54 +01:00
16 changed files with 84 additions and 66 deletions

View File

@@ -1,3 +1,9 @@
2:- use_module( library(lineutils) ).
3
4main :-
5 unix(argv[Dir,Out]),
6 open(Out,write,O),
:- module( prolog, [] ).
7 go(Dir,O).
9go(Dir,O) :-