解決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; } 運行起來,
相關文章
相關標籤/搜索