[1] https://github.com/tromp/AIT/blob/master/fast_growing_and_co...
[2] https://codegolf.stackexchange.com/questions/176966/golf-a-n...
> Write the shortest possible program (length measured in bytes) satisfying the following requirements:
> infinite memory and runtime
> no input
> output is to stdout
> execution eventually terminates
> total number of output bytes exceeds Graham's number
This sounds like a loop and that's it ?
I'm struggling to see the challenge or discovery there ?
How do you write the halt condition for your loop in the minimal number of bytes?
No, the execution is required to eventually terminate. The challenge is to find the shortest possible program that generates at least G bytes of output and then stops, where G is Graham's (extremely large) number. This is sort of like the Busy Beaver problem.