解决xcode printf 无输出

今天用xcode 8.3 的 Command Line Tool 新建了一个c语言程序。官方给出的例子是这样的:web #include <stdio.h> int main(int argc, const char * argv[]) { // insert code here... printf("hello,world!\n"); return 0; } 运行起来,
相关文章
相关标签/搜索