#include <iostream> using namespace std; int main () { //This is a comment line ending with back slash cout << "Line after comment" << endl; cout << "Next line"; }