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

/*
 *
 * 7.16
 *
 *
 */

int main () {

	// It does not really matter if there are no access specifiers or if you choose to have both or only one of them.
	return 0;
}