This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
pkun
/
faux
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
15e1798054
Branches
Tags
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
Historique
Raw
1
2
3
4
5
6
7
echo = print
shell = os.execute
function hello_world()
print("Hello world from Lua!")
end