Files
j-lang/projects/mycpu/while.j

5 lines
62 B
Plaintext
Raw Normal View History

2026-03-03 01:18:47 +01:00
counter = 0
while counter < 65000:
counter = counter + 1