创建 test.c 文件,编辑代码:
#include <stdio.h>
void main()
{
printf("Hi,this is a test file.");
}
保存代码,运行命令 cc test.c ,然后在无错误发生的情况下,运行 a.out ,即可打印 Hi,this is a test file. 内容。
创建 test.c 文件,编辑代码:
#include <stdio.h>
void main()
{
printf("Hi,this is a test file.");
}
保存代码,运行命令 cc test.c ,然后在无错误发生的情况下,运行 a.out ,即可打印 Hi,this is a test file. 内容。