Infinite Looping Labrinths

Where Debugging Goes to Die

This is where the lost souls of the programming world come to seek redemption.

Here, we have an infinite loop of debugging sessions.

You'll never escape, but you'll never be bored.

Or will you?

Current Session:

			# Looping Labrinths
			while True:
				print("I'm stuck in this infinite loop!")
				time.sleep(1)
			end
		
Looping since: Elapsed time:

Previous Sessions:

Subsessions: