Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
lucas
/
modelverse
フォーク元
yentl/modelverse
Watch
1
Star
0
Fork
0
ファイル
ツリー:
921b00959c
ブランチ
タグ
DEVS
debugging
live_modelling
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!