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

/*
 *
 * 6.29
 *
 *
 */

int main () {

	// Yes because it does not copy the list.
	return 0;
}