// コンソールプログラムの例 // bcc32 test1.c #include int main() { printf("hello,world.\n"); return 0; }