repo.or.cz
/
link.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove everything
[link.git]
/
Source
/
main.cpp
blob
51ce2cd27f10e9d3a5f6b90991e977cf61ba0598
1
#include <iostream>
2
3
int
main
() {
4
std
::
cout
<<
"Hello, World!"
<<
std
::
endl
;
5
return
0
;
6
}