Request module

This commit is contained in:
2025-10-06 11:57:49 +11:00
parent e3b24b585b
commit faebaf7d3f
8 changed files with 118 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
let counter = 0
while compare $counter <= 1000 {
while compare $counter <= 10000 {
println $counter
counter = (math 1 + $counter)
}