Sep 14, 2024
Part of the art of programming is to understand what parts of the business requirement are real. For example, you treated the explicit requirement of "no loops" as not real, but the implicit requirement that you're calling log 50 times as real vs asking if what's really important is that Hello world is output 50 times, even if the log is only called once.