This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
TestOrg
/
HelloWorld
Observar
3
Favorito
0
Fork
0
Arquivos
Pull Requests
0
Tree:
384138afb2
Branches
Tags
master
HelloWorld
/
makefile
makefile
69 B
Histórico
Raw
1
2
3
4
5
hello.out: main.cpp
g++ main.cpp -o hello.out
clean:
rm hello.out