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 @ 2013-10-03 12:29  shadowtly  阅读(96)  评论(0)    收藏  举报