diff options
author | Oskar <[email protected]> | 2024-10-16 22:50:50 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-10-16 22:50:50 +0200 |
commit | ce6f87441ab2343f7730139f20d25b41e9dd6080 (patch) | |
tree | 431dd16b72c4ab3fa947efad172a1238e538eac9 /9p30.cpp | |
parent | 1462c1a161b3e986e066da92638fc3e9813498d4 (diff) |
some exercises added here that aren't done, will do later
Diffstat (limited to '9p30.cpp')
-rw-r--r-- | 9p30.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/9p30.cpp b/9p30.cpp new file mode 100644 index 0000000..980cee6 --- /dev/null +++ b/9p30.cpp @@ -0,0 +1,13 @@ + +/* + * + * 9.30 + * + * + */ + +int main () { + + // elements need to have a default constructor + return 0; +} |