This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
TestOrg
/
HelloWorld
Sledovat
3
Oblíbit
0
Rozštěpit
0
Soubory
Pull Requesty
0
Strom:
384138afb2
Větve
Značky
master
HelloWorld
/
makefile
makefile
69 B
Historie
Surový
1
2
3
4
5
hello.out: main.cpp
g++ main.cpp -o hello.out
clean:
rm hello.out