Say "Hello, World!" With C++

  • + 1 comment

    It tells the program to end the line. If I decide to print something else on the next line, "endl" tells the code that any other prints are printed on another line, instead of on the same line.