Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 834 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 834 Bytes

10PRINT

my "10 PRINT" example


What is the 10 PRINT?

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.


Where did i hear about it?

I first heard about it on one of the The Code Train Live Videos.


Why did i build this page?

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.


Some interesting links