This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
Apq
/
Docker-official-images
mirror de
https://github.com/docker-library/official-images.git
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Tree:
2ab4d9cfe2
Branches
Tags
master
Docker-official...
/
test
/
tests
/
gcc-cpp-hello-world
/
container.cpp
container.cpp
79 B
Histórico
Raw
1
2
3
4
5
6
#include <iostream>
int main() {
std::cout << "Hello World!\n";
return 0;
}