summaryrefslogtreecommitdiff
path: root/7p14.cpp
blob: b9c117744a31ffa88a6b6c789bad88e7edead0b5 (plain)
1
2
3
4
5
6
7
8
9
10
11

/*
 *
 * 7.14
 *
 * No idea what this exercise wants me to do...
 */

int main () {
	return 0;
}