例2-2

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

    return 0;

}

 

posted on 2013-10-05 20:17  chcb111  阅读(94)  评论(0编辑  收藏  举报

导航