i commited last idk when , so updates
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
fun main() {
|
||||
u8 testint = 255;
|
||||
U8 testint = 2;
|
||||
print(testint);
|
||||
|
||||
for(U8 i = 0; i < 10; i++) {
|
||||
testint = testint + 1;
|
||||
print(testint);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user