This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
pkun
/
faux
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
94c132116d
ブランチ
タグ
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
履歴
Raw
1
2
3
4
5
6
7
echo = print
shell = os.execute
function hello_world()
print("Hello world from Lua!")
end