Difference between revisions of "User:Dominator"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | |||
+ | == Hello World! == | ||
+ | |||
<nowiki>#</nowiki>include <iostream> <br /> | <nowiki>#</nowiki>include <iostream> <br /> | ||
Revision as of 22:35, 20 September 2011
Hello World!
#include <iostream>
using namespace std;
int main (int argc, char **argv) {
cout << "Hello World!" << endl; cout << "My name is Michael Zhou && I'm a student in EGR53." << endl; cout << "Nice meeting you guys." << endl; return 0;
}