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

/*
 *
 * 9.3
 *
 *
 */

int main () {

	// Begin points to first element, end points to one past the last element
	// begin can not go past the end
	return 0;
}