mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
12 lines
No EOL
119 B
Text
12 lines
No EOL
119 B
Text
#REQUIRE VER 3.0.6
|
|
#REQUIRE MINERVA
|
|
#REQUIRE KEYS
|
|
|
|
a="Hello world!\n"
|
|
a.print()
|
|
|
|
i=0
|
|
while (i<10){
|
|
println(i)
|
|
i=i+1
|
|
} |