[tutor] Update assignment
This commit is contained in:
parent
39c3af4ba5
commit
ca687c0136
18 changed files with 438 additions and 14 deletions
1
examples/basics/write.pl
Normal file
1
examples/basics/write.pl
Normal file
|
@ -0,0 +1 @@
|
|||
:- initialization(main). main :- write('gpl zegt: '), groet(wereld), nl. groet(X) :- write(dag(X)).
|
Reference in a new issue