Data update
This commit is contained in:
parent
35bcdeebf8
commit
74c69a0df6
2427 changed files with 31826 additions and 3468 deletions
6
Task/Loops-Do-while/Nu/loops-do-while.nu
Normal file
6
Task/Loops-Do-while/Nu/loops-do-while.nu
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
mut n = 0
|
||||
while true {
|
||||
$n += 1
|
||||
print $n
|
||||
if $n mod 6 == 0 {break}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue