summaryrefslogtreecommitdiff
path: root/7p33.cpp
diff options
context:
space:
mode:
Diffstat (limited to '7p33.cpp')
-rw-r--r--7p33.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/7p33.cpp b/7p33.cpp
new file mode 100644
index 0000000..d771764
--- /dev/null
+++ b/7p33.cpp
@@ -0,0 +1,20 @@
+
+/*
+ *
+ * 7.33
+ *
+ *
+ */
+
+int main () {
+
+ /* Fixed version
+
+ Screen::pos Screen::size() const
+ {
+ return height * width;
+ }
+
+ */
+ return 0;
+}