2007年7月7日土曜日

test

テスト
test
ABC

TEST
test
ああああああああああ
ああああああああああ
ああああああ
test

#include
int
main( int argc, char* argv[])

{
printf("hello world\n");
return 0;

}


画像テスト
中サイズ













  1. abc
  2. def
  3. ghi
  • あいうえお

preタグ

#include <iostream>
using namespace std;

int main() {
cout << "!!!Hello World!!!" << endl;
return 0;
}
preタグなし

cout << "hello" << endl;

0 件のコメント:

参加ユーザー

今月の本

  • 臆病者のための株入門
  • TSPガイドブック:リーダー編
  • 夜明けの街で
  • 詳解Oracleアーキテクチャ
  • Ajax イン・アクション
  • 実践Ajax
  • すごい「実行力」
  • More Effective C++
  • 母子関係の理論
  • コンピュータアーキテクチャのエッセンス