いろんな言語で「Hell ..
[2ch|▼Menu]
26:名無しさん@お腹いっぱい。
01/04/12 02:33.net
#import <stdio.h>

@interface HelloWorld: Object
{
}
-say;
@end

@implementation HelloWorld
-say
{
  printf("hello world\n");
  return self;
}
@end

int main()
{
  id obj = [HelloWorld new];
  [obj say];
  [obj free];
  return 0;
}



次ページ
続きを表示
1を表示
最新レス表示
スレッドの検索
類似スレ一覧
話題のニュース
おまかせリスト
▼オプションを表示
暇つぶし2ch

273日前に更新/193 KB
担当:undef