Request module
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
let counter = 0
|
||||
|
||||
while compare $counter <= 1000 {
|
||||
while compare $counter <= 10000 {
|
||||
println $counter
|
||||
counter = (math 1 + $counter)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user