This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
TestOrg
/
HelloWorld
Beobachten
3
Favorit hinzufügen
0
Fork
0
Dateien
Pull-Requests
0
Struktur:
384138afb2
Branches
Tags
master
HelloWorld
/
makefile
makefile
69 B
Verlauf
Originalformat
1
2
3
4
5
hello.out: main.cpp
g++ main.cpp -o hello.out
clean:
rm hello.out