diff options
author | Oskar <[email protected]> | 2024-09-23 21:55:07 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-09-23 21:55:07 +0200 |
commit | 33182dd9dd7ceafce41ed7a7f57a21d159b1b4d5 (patch) | |
tree | 252c84c887cbaed85aa336cd03bc912b9d8188e9 /7p30.cpp | |
parent | 345015f86c91da53a595e52a9f3acbab07f8b461 (diff) |
more
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; +} |