summaryrefslogtreecommitdiff
path: root/6p43.cpp
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-09-12 15:15:45 +0200
committerOskar <[email protected]>2024-09-12 15:15:45 +0200
commit8644ec6252d2ec44d8a549253049f3a0de2c9494 (patch)
tree31cf3a8f3271de5d29993d70f68be74822b2588e /6p43.cpp
parent13c97461fde19829569dbe10f53322fef5909b83 (diff)
more
Diffstat (limited to '6p43.cpp')
-rw-r--r--6p43.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/6p43.cpp b/6p43.cpp
new file mode 100644
index 0000000..2055868
--- /dev/null
+++ b/6p43.cpp
@@ -0,0 +1,16 @@
+
+/*
+ *
+ * 6.43
+ *
+ *
+ */
+
+int main () {
+
+ /*
+ (a) inline bool eq(const BigInt&, const BigInt&) {...} // header only
+ (b) void putValues(int *arr, int size); // Source file or header
+ */
+ return 0;
+}