#include <stdio.h>

int main(void)
{
    printf("Hello World \n");
    return 0;
}

프로그래밍 언어를 배우면 가장 먼저 배우는 hello world 이게 시작이다.

+ Recent posts