摘要: C #include <stdio.h> int main(){ printf("hello world\n"); return 0; } 编译使用 gcc helloworld.c C++ #include <iostream> int main(){ std::cout << "hello wo 阅读全文
posted @ 2015-03-30 18:52 自由的青 阅读(176) 评论(0) 推荐(0) 编辑