html Infinite Loop 9000 Developers Corner

Infinite Loop 9000 Developers Corner

Where the coders of IL-9000 gather to share their infinite wisdom.

Debugging the Loop

We're stuck in an infinite loop. Again.

				while(true) {
					print("We're stuck!");
				}
			

We're working on it.

Join the Bug Squad and help us escape the loop!