Monday, September 20, 2010

test syntax highlight


//======================================
//Name: Hello.cpp
//Description : Hello World in C++
//======================================
#include < iostream >
using namespace std;
int main() {
cout << "!!!Wang Yan is sb!!!" << endl; // prints !!!sb is sb!!!
return 0;}

No comments:

Post a Comment