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

/*
 *
 * 7.34
 *
 *
 */

int main () {

	// The type would be private so we wouldnt be able to use it outside the class
	// The type would be declared after all the variables using it and that gives a compiler error (for me)	
	return 0;
}