This website requires JavaScript.
Explore
Help
Sign in
tex-projects
/
LaTeX-examples
Watch
2
Star
0
Fork
You've already forked LaTeX-examples
0
mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced
2025-04-26 06:48:04 +02:00
Code
Activity
2c4f3e97bf
LaTeX-examples
/
documents
/
Programmierparadigmen
/
scripts
/
prolog
/
hello-world.pl
3 lines
64 B
Perl
Raw
Normal View
History
Unescape
Escape
corrected hello world
2014-08-12 20:02:43 -04:00
#!/usr/bin/swipl -q -t main -f
main
:
-
writeln
(
'Hello world!'
)
.
Copy permalink