#include <stdio.h>

int main() {

    //실습1//
   /* printf("안녕\n"); */

    //실습2//
   /* printf("Hello world");
    printf("안녕");
    printf("123456789");
    printf("abcdegfg"); */

    //실습3//
    printf("Hello world");*/

   //실습4//
    printf("Hello world\n");
    printf("안녕하세요\n");
    printf("123456789\n");
    printf("abcdegfg\n");

   //실습5//
   printf("Hello world\n안녕하세요.\n123456789\nabcdefg\n");
    
    
    return 0;
}

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: