DEV Community

Discussion on: What are you "old enough to remember" in software development?

Collapse
 
tiffany profile image
tiff

First ever program I wrote in BASIC in 6th grade:

10 PRINT "This class is cool!"
20 PRINT "But I don't understand it"
30 GOTO 10
Or something...