summaryrefslogtreecommitdiff
path: root/4p3.cpp
diff options
context:
space:
mode:
Diffstat (limited to '4p3.cpp')
-rw-r--r--4p3.cpp15
1 files changed, 15 insertions, 0 deletions
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 <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;
+}