#include <stdio.h>

int main() {
    int num1, num2;
    num1 = printf("12345\n");
    num2 = printf("I love my home\n");
    printf("%d %d\n",num1,num2);
    return 0;
}

Embed on website

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