summaryrefslogtreecommitdiff
path: root/7p10.cpp
diff options
context:
space:
mode:
Diffstat (limited to '7p10.cpp')
-rw-r--r--7p10.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/7p10.cpp b/7p10.cpp
new file mode 100644
index 0000000..da25d3c
--- /dev/null
+++ b/7p10.cpp
@@ -0,0 +1,15 @@
+
+/*
+ *
+ * 7.10
+ *
+ *
+ */
+
+int main () {
+
+ // if (read(read(cin, data1), data2))
+ // It first runs read(cin , data1), if it's successful then it returns cin
+ // And then read(cin , data2) runs and we check if thats successful
+ return 0;
+}