hello world


C++

  • 2001年7月27日、23:20:28
  • 2001年7月28日、12:48:48
  • 2002年2月10日、14:35:41
  • 2002年9月13日、6:38:30
  • 2004年3月22日、13:30--削除
/*
 hello.c
 Compiler : Borland C++ Compiler 5.5
 コンパイル方法 : bcc32 hello.c
 */

#include <stdio.h>

int main(void)
{
  printf("hello, world\n");
  return;
}
void main(void)
printf("hello, world.\n")

備考


索引