summaryrefslogtreecommitdiff
path: root/6p48.cpp
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-09-16 14:39:48 +0200
committerOskar <[email protected]>2024-09-16 14:39:48 +0200
commitdf2ff7d92c25269d05a0bae75e0de8abd63a23d0 (patch)
tree8e1e518003680c768e5d9c531531b29f763da621 /6p48.cpp
parent8644ec6252d2ec44d8a549253049f3a0de2c9494 (diff)
more
Diffstat (limited to '6p48.cpp')
-rw-r--r--6p48.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/6p48.cpp b/6p48.cpp
new file mode 100644
index 0000000..3b35df0
--- /dev/null
+++ b/6p48.cpp
@@ -0,0 +1,17 @@
+
+/*
+ *
+ * 6.48
+ *
+ *
+ */
+
+int main () {
+
+ /*
+ std::string s;
+ while (std::cin >> s && s != sought) { }
+ assert(std::cin);
+ */
+ return 0;
+}