diff options
author | Oskar <[email protected]> | 2024-09-06 15:05:39 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-09-06 15:05:39 +0200 |
commit | 1792d08e9e5d56bc1ab477a8b1fec0ce1446d012 (patch) | |
tree | 37ee250d758d93c37de41c927661269fb82bfe81 /6p20.cpp | |
parent | 60789ab73d4987068114b0342e71a63f81f65c68 (diff) |
more
Diffstat (limited to '6p20.cpp')
-rw-r--r-- | 6p20.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/6p20.cpp b/6p20.cpp new file mode 100644 index 0000000..58d5fbf --- /dev/null +++ b/6p20.cpp @@ -0,0 +1,12 @@ +#include <iostream> + +/* + * + * Description + * + * + */ + +int main () { + return 0; +} |