First C program

come from https://mooc.study.163.com/learn/1000002011?tid=2001530003#/learn/content?type=detail&id=2001830283&cid=2001839516

下载Dev C++的地方是:

http://sourceforge.net/projects/orwelldevcpp/?source=directory

#include <stdio.h>

int main()
{
    printf("hello world\n");
}

 

 i like to program

posted @ 2018-08-09 22:21  梦见舟  阅读(200)  评论(0编辑  收藏  举报