index
:
jarkko.git
master
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main.cpp
blob: 6007d6b0c1577c12722524350ccf72f01ddf7352 (
plain
)
1
2
3
4
5
#include <iostream>
int
main
(
int
argc
,
char
**
argv
) {
return
0
;
}