+ 4
Challenge: Write the shortest program to get longest output.
You have to write a program which gives longest output but your program should be shortest. In any language.
13 odpowiedzi
+ 12
this couldn't be more simple in ruby
https://code.sololearn.com/cSn8UigRDDj8/?ref=app
+ 11
while True: print("Py")
+ 5
See this code -
https://code.sololearn.com/c2udOyX5Trtu/?ref=app
+ 4
https://code.sololearn.com/ctaQud2X9Gc9/?ref=app
Use label that inside cout
(No annoying :D)
+ 4
this is mine... 🐍
https://code.sololearn.com/cYmA41n4h8T3/?ref=app
+ 3
Print ∞ lines.
https://code.sololearn.com/cDJMNx8YsY36/?ref=app
+ 2
https://code.sololearn.com/cqLH7bZMy3oa/?ref=app
+ 1
give me the program
+ 1
Here's one that's extremely long, but not an infinite loop:
https://code.sololearn.com/WZ6Ccm4so46q/#js
Don't try to actually run this code, it will take longer than the entire lifespan of the universe to complete and you can't fit the output on your hard drive. That 'ack' is called the ackermann function, google it :P
+ 1
https://code.sololearn.com/cO34PJHCHTeE/?ref=app
This is my program