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
/
7p22.cpp
blob: 7140aed9dfe61fd37b29b637b6026f039d3f8286 (
plain
)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <iostream> /* * * 7.22 * * */ int main () { return 0; }