C 2020-09-10 C언어의 hello world 작성 방법입니다 include <stdio.h> int main(void) { printf("hello world\n") return 0; }