2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 22:38:04 +02:00
LaTeX-examples/documents/Programmierparadigmen/scripts/prolog/hello-world.pl
2014-08-12 20:02:43 -04:00

3 lines
No EOL
64 B
Prolog
Executable file

#!/usr/bin/swipl -q -t main -f
main :- writeln('Hello world!').