diff options
author | Oskar <[email protected]> | 2024-09-26 14:11:00 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-09-26 14:11:00 +0200 |
commit | 88f7c0cfde5bb7d5cb310dad788dce23382a249f (patch) | |
tree | 755a0d1bf636a929a294864bce6e967f7a9a9cfe /7p33.cpp | |
parent | 33182dd9dd7ceafce41ed7a7f57a21d159b1b4d5 (diff) |
more
Diffstat (limited to '7p33.cpp')
-rw-r--r-- | 7p33.cpp | 20 |
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; +} |