This website requires JavaScript.
Explore
Help
Register
Sign In
docker-library
/
official-images
mirror of
https://github.com/docker-library/official-images.git
Watch
1
Star
0
Fork
You've already forked official-images
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
official-images
/
test
/
tests
/
gcc-cpp-hello-world
/
container.cpp
7 lines
79 B
C++
Raw
Permalink
Blame
History
#
include
<iostream>
int
main
(
)
{
std
:
:
cout
<
<
"
Hello World!
\n
"
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink