diff options
Diffstat (limited to '7p47.cpp')
-rw-r--r-- | 7p47.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/7p47.cpp b/7p47.cpp new file mode 100644 index 0000000..6a9a687 --- /dev/null +++ b/7p47.cpp @@ -0,0 +1,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; +} |