Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
andrei
/
modelverse
フォーク元
yentl/modelverse
Watch
1
Star
0
Fork
0
ファイル
ツリー:
5c3c588e6b
ブランチ
タグ
debugging
master
pn_debugging
testing
modelverse
/
integration
/
code
/
main.alc
main.alc
89 B
履歴
Raw
1
2
3
4
5
6
7
include "io.alh"
Void function main():
while(True):
output("Hello, world!")
return!