Files
scryer-prolog/tests/scryer/cli/issues/issue820-goals.pl

3 lines
59 B
Prolog

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