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
Branche:
master
Branches
Tags
master
LaTeX-examples
/
documents
/
Programmierparadigmen
/
scripts
/
prolog
/
hello-world.pl
hello-world.pl
64 B
Lien permanent
Historique
Raw
1
2
3
#!/usr/bin/swipl -q -t main -f
main :- writeln('Hello world!').