This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
TestOrg
/
HelloWorld
Tarkkaile
3
Äänestä
0
Fork
0
Tiedostot
Pull-pyynnöt
0
Puu:
384138afb2
Branchit
Tagit
master
HelloWorld
/
makefile
makefile
69 B
Historia
Raaka
1
2
3
4
5
hello.out: main.cpp
g++ main.cpp -o hello.out
clean:
rm hello.out