Not Found !

每天进步一点点点点... ...

  :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2011年7月16日

摘要: #include <iostream>using namespace std; int main(){ cout << "Hello, world!" << endl; return 0;} class HelloWorldApp{ static void Main(string[] args) { System.Console.WriteLine("Hello, world!"); }} <!-- 直接輸出... --> Hello World <!-- 或者 --> <html> 阅读全文
posted @ 2011-07-16 21:30 404 阅读(343) 评论(1) 推荐(0)