diff options
author | Oskar <[email protected]> | 2024-08-29 15:56:24 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-08-29 15:56:24 +0200 |
commit | 5cff617b2aa2148773256eed1a00607e0189529b (patch) | |
tree | 7c291f07e5363806c3cebcec1c91237cb6f8bd53 /5p13.cpp | |
parent | 9094c8aa159ee2386fa1d2ff19cbdc73f321303b (diff) |
5.12 was a pain to figure out, its not very pretty i will admit
Diffstat (limited to '5p13.cpp')
-rw-r--r-- | 5p13.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/5p13.cpp b/5p13.cpp new file mode 100644 index 0000000..58d5fbf --- /dev/null +++ b/5p13.cpp @@ -0,0 +1,12 @@ +#include <iostream> + +/* + * + * Description + * + * + */ + +int main () { + return 0; +} |