1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-19 21:43:40 +01:00
TegraExplorer/scripts/HelloWorld.te
2021-07-19 21:44:15 +02:00

12 lines
119 B
Plaintext

#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
}