ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

C ªº "hello, world!"

C ªº "hello, world!"

  1. #include <stdio.h>

  2. int main(int argc, char *argv[])
  3. {
  4.    printf("\n hello, world! \n");   
  5.    printf("Press enter to continue ...");
  6.    getchar();       
  7.    
  8.    return 0;
  9. }
½Æ»s¥N½X
¤Ñ¤U¬°¤½

        ÀR«ä¦Û¦b : ¤Hªº¤ß¦a¬O¤@²¥¥Ð¡A¤g¦a¨S¦³¼½¤U¦nºØ¤l¡A¤]ªø¤£¥X¦nªºªG¹ê¡C -
ªð¦^¦Cªí ¤W¤@¥DÃD