This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
TestOrg
/
HelloWorld
Suivre
3
Voter
0
Fork
0
Fichiers
Pull Requests
0
Aborescence:
384138afb2
Branches
Tags
master
HelloWorld
/
makefile
makefile
69 B
Historique
Raw
1
2
3
4
5
hello.out: main.cpp
g++ main.cpp -o hello.out
clean:
rm hello.out