This website works better with JavaScript
首页
发现
帮助
登录
TestOrg
/
HelloWorld
关注
3
点赞
0
派生
0
文件
合并请求
0
目录树:
384138afb2
分支列表
标签列表
master
HelloWorld
/
makefile
makefile
69 B
文件历史
原始文件
1
2
3
4
5
hello.out: main.cpp
g++ main.cpp -o hello.out
clean:
rm hello.out