This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
radu
/
LaTeX-examples
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
281f9ea351
Branches
Tags
master
LaTeX-examples
/
documents
/
Programmierparadigmen
/
scripts
/
prolog
/
hello-world.pl
hello-world.pl
65 B
Historique
Raw
1
2
:- initialization(main).
main :- write('Hello World!'), nl, halt.