Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
jonathanvdc
/
modelverse
forked from
yentl/modelverse
Watch
1
Star
0
Fork
0
Files
Tree:
8408f74062
Branches
Tags
DEVS
jit
live_modelling
master
transformations
yentl
v0.3.5
v0.3
v0.2
v0.1
modelverse
/
integration
/
code
/
main.alc
main.alc
89 B
History
Raw
1
2
3
4
5
6
7
include "io.alh"
Void function main():
while(True):
output("Hello, world!")
return!