Demonstration text, bold text, italicized text, underlined text. Raw text:
#include <iostream.h> int main ( int argc, char **argv ) { cout << "Hello World!"; return 0; }