blob: 6a9a68755d467b43616acfd3788b7758df13dc76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
*
* 7.47
*
*
*/
int main () {
// I think it should be explicit so that we can make sure we only use the class type which will make sure the correct constructor is used.
return 0;
}
|