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

/*
 *
 * 7.51
 *
 *
 */

int main () {

	// Because we are specifying the size of the vector with that constructor
	// String can be constructed with C strings
	return 0;
}