summaryrefslogtreecommitdiff
path: root/9p9.cpp
blob: 89ef7e1bcf7379c677860c3f3852211e8d595043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

/*
 *
 * 9.9
 *
 *
 */

int main () {

	// begin returns an iterator. Can be both written and read from.
	// cbegin returns a const iterator. Can only be read from.
	return 0;
}