我今天刚刚开始我的C编程课程,我的终端输出有问题,C没有在它自己的行上打印.
#include <stdio.h> int main(){ printf("Hello World"); return 0;
}
c terminal
c ×1
terminal ×1