From 6ff70adb810f1e194892398656e71f979f088feb Mon Sep 17 00:00:00 2001 From: Oskar Date: Fri, 16 Aug 2024 16:07:33 +0200 Subject: more --- 4p3.cpp | 15 +++++++++++++++ evaluation-test.cpp | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 4p3.cpp create mode 100644 evaluation-test.cpp diff --git a/4p3.cpp b/4p3.cpp new file mode 100644 index 0000000..ffac699 --- /dev/null +++ b/4p3.cpp @@ -0,0 +1,15 @@ +#include + +/* + * + * 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; +} diff --git a/evaluation-test.cpp b/evaluation-test.cpp new file mode 100644 index 0000000..9f42dc2 --- /dev/null +++ b/evaluation-test.cpp @@ -0,0 +1,15 @@ +#include + +/* + * + * + * + * + */ + +int main () { + + //int i = 0; + //std::cout << i << " " << ++i << std::endl; + return 0; +} -- cgit v1.2.3