Difference between revisions of "User:Dominator"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | |||
== Hello World! == | == Hello World! == | ||
− | |||
<nowiki>#</nowiki>include <iostream> <br /> | <nowiki>#</nowiki>include <iostream> <br /> | ||
Line 12: | Line 10: | ||
return 0; | return 0; | ||
} | } | ||
+ | |||
+ | == Grand Challenge == | ||
+ | [http://www.nap.edu/catalog.php?record_id=10274 Cybersecurity Today and Tomorrow: | ||
+ | Pay Now or Pay Later], National Research Council, | ||
+ | created 2002 , accessed 20 September 2011 (Grand Challenge) |
Revision as of 22:54, 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;
}
Grand Challenge
[http://www.nap.edu/catalog.php?record_id=10274 Cybersecurity Today and Tomorrow: Pay Now or Pay Later], National Research Council, created 2002 , accessed 20 September 2011 (Grand Challenge)