index
:
openadk.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
package
/
helloworld
/
src
/
helloworld.cc
blob: ac640ca2a71a5894c1241b7f56a69b68c68d0f70 (
plain
)
1
2
3
4
5
6
#include <iostream> main() { std::cout<<"Hello World! (C++)\n"; return 0; }