[tutor] Update assignment
This commit is contained in:
parent
39c3af4ba5
commit
ca687c0136
18 changed files with 438 additions and 14 deletions
5
examples/program.pl
Normal file
5
examples/program.pl
Normal file
|
@ -0,0 +1,5 @@
|
|||
:- initialization(main).
|
||||
|
||||
main :- write(10),
|
||||
nl,
|
||||
write(hello(world)).
|
Reference in a new issue