본문 바로가기

카테고리 없음

c언어 기본소스

#include <stdio.h>

int main()
{
    printf("Hello World")

    return 0;
}