index
:
cpp-primer-5th.git
master
my exercises for the c++ primer book (5th edition)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
6p34.cpp
blob: 4ee9d25cb19556ce438a0a3b47cd3d122a329f03 (
plain
)
1
2
3
4
5
6
7
8
9
10
11
/* * * 6.34 * * */ int main () { return 0; }