1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-08 13:11:54 +00:00
TegraExplorer/scripts/HelloWorld.te
2021-07-19 21:44:15 +02:00

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
}