Data update
This commit is contained in:
parent
07c7092a52
commit
61b93a2cd1
313 changed files with 6160 additions and 346 deletions
7
Task/Loops-While/Bait/loops-while.bait
Normal file
7
Task/Loops-While/Bait/loops-while.bait
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
fun main() {
|
||||
mut i := 1024
|
||||
for i > 0 {
|
||||
println(i)
|
||||
i = i / 2
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue