This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
TestOrg
/
HelloWorld
Pridať medzi pozorované
3
Hviezda
0
Fork
0
Súbory
Pull requesty
0
Strom:
384138afb2
Branche
Tagy
master
HelloWorld
/
makefile
makefile
69 B
História
Raw
1
2
3
4
5
hello.out: main.cpp
g++ main.cpp -o hello.out
clean:
rm hello.out