This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
TestOrg
/
HelloWorld
Seguir
3
Destacar
0
Fork
0
Archivos
Pull Requests
0
Árbol:
384138afb2
Ramas
Etiquetas
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