update
This commit is contained in:
parent
1f1ad49427
commit
6f050a029e
2496 changed files with 37609 additions and 3031 deletions
|
|
@ -1,3 +1,2 @@
|
|||
#lang racket
|
||||
|
||||
(for ([i (in-naturals)]) (display (~a i "\n")))
|
||||
(for ([i (in-naturals)]) (displayln i))
|
||||
|
|
|
|||
3
Task/Integer-sequence/Raven/integer-sequence.raven
Normal file
3
Task/Integer-sequence/Raven/integer-sequence.raven
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
1 as $i
|
||||
repeat TRUE while
|
||||
$i "%d\n" print $i 1000 + as $i
|
||||
Loading…
Add table
Add a link
Reference in a new issue