Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 330 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 330 Bytes

In how many ways can you print in the console 50 times

I was asked at an interview how to print in the console "Hello World" 50 times in as few lines as possible while not using loops. I, of course, answered: recursion.

Well... this lead me to this: in how many ways can you print in the console 50 times ?

Let's find out!