index
:
~cnx/cp
this commit
main
My CP collection
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpptour
/
helloworld.cc
blob: 89a7f8ac22a652f7be9c6088d0972b069c1496ee (
plain
) (
blame
)
1
2
3
4
5
6
7
#include
<iostream>
int
main
()
{
std
::
cout
<<
"Hello, World!"
<<
std
::
endl
;
}