Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
yentl
/
modelverse
Observar
3
Favorito
3
Fork
6
Arquivos
Issues
4
Pull Requests
0
Wiki
Tree:
f563c2e8ba
Branches
Tags
debugging
master
pn_debugging
testing
modelverse
/
integration
/
code
/
main.alc
main.alc
89 B
Histórico
Raw
1
2
3
4
5
6
7
include "io.alh"
Void function main():
while(True):
output("Hello, world!")
return!