Select Git revision
Sandipan Mohanty authored
raw1.cc 229 B
#include <iostream>
#include <string>
int main()
{
std::cout << "Use a single backslash character at the end of the line to continue input to the next line, as shown ...\n"
<< "OBJ=a.o \\\n\tb.o\\\n\tc.o\n";
}