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-25 14:28:05 +02:00
Code
Activity
82dd24d55b
LaTeX-examples
/
documents
/
Programmierparadigmen
/
scripts
/
prolog
/
hello-world.pl
2 lines
65 B
Perl
Raw
Normal View
History
Unescape
Escape
Haskell / Prolog
2014-02-24 11:44:57 +01:00
:
-
initialization
(
main
)
.
Prolog
2014-03-20 19:20:30 +01:00
main
:
-
write
(
'Hello World!'
)
,
nl
,
halt
.
Copy permalink