Where does the concept of the first program programmers learn to do is print hello world to the console originate from?
This seems to be a tech tradition as old as the mountains? Where does the tradition come from?
Where does the concept of the first program programmers learn to do is print hello world to the console originate from?
This seems to be a tech tradition as old as the mountains? Where does the tradition come from?
return printf("Correct horse battery staple");into the start of main(), and running the program does something other than output "Correct horse battery staple", that can really help prevent a lot of wild-goose chases when trying to track down bugs. – supercat May 13 '22 at 17:34