1 2 3 4 5 6 7 8 9 // ¿¡·¯°¡ ¹ß»ýÇÏ´Â ÇÁ·Î±×·¥ #include <stdio.h> int main(void) { printf("Hello World!\n") return 0; } cs