mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 14:28:05 +02:00
2 lines
No EOL
65 B
Prolog
2 lines
No EOL
65 B
Prolog
:- initialization(main).
|
|
main :- write('Hello World!'), nl, halt. |