2.2

#include<stdio.h>
int main(void)
{
    printf("Programming is fun.
");
    printf("And programming in C is even more fun!
");

    return 0;
}
原文地址:https://www.cnblogs.com/lxhlxx900126/p/3349769.html