diff options
author | Oskar <[email protected]> | 2024-08-16 16:07:33 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-08-16 16:07:33 +0200 |
commit | 6ff70adb810f1e194892398656e71f979f088feb (patch) | |
tree | ce6d5529f1b001981c4deee502dc81592dad4713 /4p3.cpp | |
parent | ccf67ccfcf7fa892559db8d1475c3217e9692ae2 (diff) |
more
Diffstat (limited to '4p3.cpp')
-rw-r--r-- | 4p3.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +#include <iostream> + +/* + * + * 4.3 + * + * + */ + +int main () { + + // Sure, i think its acceptable. But i think this is a little out of my depth to really have a good opinion. + // As long as i am warned by the compiler that it's undefined then i think its alright. + return 0; +} |