This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
TestOrg
/
HelloWorld
Segui
3
Vota
0
Forka
0
File
Pull Requests
0
Albero (Tree):
384138afb2
Rami (Branch)
Tag
master
HelloWorld
/
makefile
makefile
69 B
Cronologia
Originale
1
2
3
4
5
hello.out: main.cpp
g++ main.cpp -o hello.out
clean:
rm hello.out