You must log in or register to comment.
def cosmic_ray_detector: while false: print("Cosmic ray detected!")
So a syntax highlighted comment
I feel the need of putting a while(false) in my codebase now…
When you’re paid by LoC
def cosmic_ray_detector:
while false:
print("Cosmic ray detected!")
So a syntax highlighted comment
I feel the need of putting a while(false) in my codebase now…
When you’re paid by LoC