1 2 3 4 5 6 7 8 9 10 /* ù ¹ø° ÇÁ·Î±×·¥ÀÇ ÀÀ¿ë */ #include <stdio.h> int main(void) { printf("Hello World!"); printf("from ChulSoo"); return 0; } cs