my "10 PRINT" example
10 print chr$(205.5+rnd(1)) goto 10
is a famous single line of code (in BASIC) which can produce some very interesting looking maze-like designs.
I first heard about it on one of the The Code Train Live Videos.
As a junior developer, i am looking for ways to learn in a fun and productive way. I thought that making my own version of the 10 PRINT would be a nice way to improve my skills.