我昨天安装了 codellite 7.0 并一直在尝试使用它。但是好像有点问题。我无法运行任何代码。现在代码非常简单。
#include <stdio.h>
int main(int argc, char **argv)
{
printf("hello world\n");
return 0;
}
但是,它返回以下内容并且输出为空白Press any key to continue
当前工作目录:D:\ .....
运行程序:le_exec.exe ./1
程序退出并返回代码:0