Files
scryer-prolog/tests-pl/issue3262.pl

5 lines
66 B
Prolog

:- initialization(main).
main :-
read(Term),
write(Term).