Range for implemented

This commit is contained in:
Vinicius Silva 2023-12-25 11:42:15 -03:00
parent d62b1b398a
commit 216be074fd
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@ pub fn main() {
}
// ==================================== //
for i in 0..5 {
print('${i} ')
}
}