This website works better with JavaScript
Home
Explore
Help
Sign In
TestOrg
/
HelloWorld
Watch
3
Star
0
Fork
0
Files
Pull Requests
0
Tree:
384138afb2
Branches
Tags
master
HelloWorld
/
makefile
makefile
69 B
History
Raw
1
2
3
4
5
hello.out: main.cpp
g++ main.cpp -o hello.out
clean:
rm hello.out