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

/*
 *
 * 6.28
 *
 *
 */

int main () {

	// Type is const string&
	return 0;
}