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