第一个程序:
#include<stdio.h> int main(int argc, char **argv) { printf("hello world && hello is-programmmer!\n"); return 0; }