Hacker News new | ask | show | jobs
by yodsanklai 4114 days ago
It reminds of an interview question. What is the slowest program (that still terminates) it is possible to write, and how would you do it?
2 comments

    sleep(10000)
    return fizzbuzz(10)
This reminds me of the busy beaver problem.