This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
radu
/
LaTeX-examples
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
master
Větve
Značky
master
LaTeX-examples
/
documents
/
Programmierparadigmen
/
scripts
/
prolog
/
hello-world.pl
hello-world.pl
64 B
Trvalý odkaz
Historie
Surový
1
2
3
#!/usr/bin/swipl -q -t main -f
main :- writeln('Hello world!').