Write an endless loop, write some confusing gotos…
The rules are simple: Write a program that never stops. Language: Any. Try to keep it short and confusing 😀
Here is an example:
for(i=0; i<10; i++){
for(j=0; i<10; j++){
System.out.println("Blubb.");
}
}
Enter fullscreen mode Exit fullscreen mode
Post your funny, creative solutions below.
© 版权声明
THE END
暂无评论内容