diff options
Diffstat (limited to '7p30.cpp')
-rw-r--r-- | 7p30.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/7p30.cpp b/7p30.cpp new file mode 100644 index 0000000..dcfd64f --- /dev/null +++ b/7p30.cpp @@ -0,0 +1,15 @@ + +/* + * + * 7.30 + * + * + */ + +int main () { + + // Maybe it is clear to some. But to some it might be pretty redundant. + // I think overall it is a matter of preference and such a thing like this + //should be decided on by the code authors. + return 0; +} |