diff options
Diffstat (limited to '9p35.cpp')
-rw-r--r-- | 9p35.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/9p35.cpp b/9p35.cpp new file mode 100644 index 0000000..83f54ff --- /dev/null +++ b/9p35.cpp @@ -0,0 +1,14 @@ + +/* + * + * 9.35 + * + * + */ + +int main () { + + // size returns the amount of elements the vector has + // capacity is the elements the vector can grow up to before it has to reallocate + return 0; +} |