summaryrefslogtreecommitdiff
path: root/6p43.cpp
diff options
context:
space:
mode:
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;
+}