#include <stdio.h> int main(int argc, char **argv) { printf("HelloWorld\n"); return 0; }
测试下, 看下效果!
未分类 测试 Comments(0) Jul 18, 2013 02:08:47 PM