網頁

2009/10/04

Syntax Highlighting 測試

以下是語法測試:
#include 
using namespace std;

int main()
{
cout << "Hello, WP!" << endl;
return 0;
}

沒有留言: