Files
j-lang/projects/mycpu/while.j
Jose Luis Montañes Ojados 9610957f1b add turingcomplete cpu compiler
2026-03-03 01:18:47 +01:00

5 lines
62 B
Plaintext

counter = 0
while counter < 65000:
counter = counter + 1