This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
pkun
/
faux
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
94c132116d
Gałęzie
Tagi
master
2.2.0
2.1.0
2.0.0
1.2.1
1.2.0
1.1.0
1.0.0
faux
/
xml-examples
/
lua
/
test.lua
test.lua
93 B
Historia
Czysty
1
2
3
4
5
6
7
echo = print
shell = os.execute
function hello_world()
print("Hello world from Lua!")
end