lab1实验报告

第一个实验比较简单没有什么相关的代码可写的,代码如下:

#include <stdio.h>

void main()
{
    printf("hello word\n");

    return;
}

 

相关流程:

1.clone project

 

 

2. vim hello_world.c

 

 

3.gcc 编译

 

 

4.提交代码到git

 

 

posted @ 2017-11-04 17:09  一叶知秋,人生几何  阅读(208)  评论(0编辑  收藏  举报