repo.or.cz
/
HelloWorld
/
gebi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into my
[HelloWorld/gebi.git]
/
c++.cpp
blob
da7c1e330d40cb6d12f1cbc9440123de826274e2
1
#include<iostream>
2
using namespace
std
;
3
4
int
main
(){
5
cout
<<
"Hello World"
<<
endl
;
6
}