summaryrefslogtreecommitdiff
path: root/9p1.cpp
blob: 479e7104686040509993cf4279a88cbfc0932741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

/*
 *
 * 9.1
 *
 *
 */

int main () {

	// a) list
	// b) Deque
	// c) vector
	return 0;
}