Test Post Oct 7th, 2014 1:25 pm Hello, this is my first post!! It appears you don’t have a PDF plugin for this browser. No biggie… you can click here to download the PDF file. Try code snippets. Code’s titlesome link mark:1,4-5 1 2 3 4 5 6 7 8 9 #include <iostream> using namespace std; int main(int argc, char* argv[]) { cout << "Hello World\n"; return 0; }