1 line
100 B
Prolog
1 line
100 B
Prolog
:- initialization(main). main :- write('gpl zegt: '), groet(wereld), nl. groet(X) :- write(dag(X)).
|