Files

3 lines
59 B
Prolog

test :- write(world), nl.
:- initialization(write(hello)).