Hello World! I'm Joe. My GitHub is @AllTheNamesAreTaken3141, but there's nothing worth seeing there, I promise. -----PSEUDOCODE----- PROGRAM START | V Grab the iostream library | V Tell the program that whenever it sees "cout" or "endl", it should default to looking for them in the library | V main() is called | V Print "Hello World!" to the console and move to the next line | V Print personal info to the console and move to the next line | V main() ends | V PROGRAM ENDS