This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
radu
/
LaTeX-examples
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
00c02a4fea
Rami (Branch)
Tag
master
LaTeX-examples
/
documents
/
Programmierparadigmen
/
scripts
/
prolog
/
hello-world.pl
hello-world.pl
66 B
Cronologia
Originale
1
2
3
:- initialization(main).
main :- write('Hello World!'), nl, halt.