This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
TestOrg
/
HelloWorld
Xem
3
Star
0
Fork
0
Các tập tin
Yêu cầu khéo về
0
Tree:
384138afb2
Branches
Tags
master
HelloWorld
/
makefile
makefile
69 B
Lịch sử
Raw
1
2
3
4
5
hello.out: main.cpp
g++ main.cpp -o hello.out
clean:
rm hello.out