Files
scryer-prolog/tests-pl/issue820-goals.pl
Skgland 8f41603101 add more tests
for some of the recently closed issues
2021-03-11 01:52:22 +01:00

3 lines
59 B
Prolog

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