From 77b344e13eae4b4439f96a8d062151da03bf8263 Mon Sep 17 00:00:00 2001 From: Oskar Date: Fri, 1 Nov 2024 10:44:53 +0100 Subject: been a while, took a break i guess --- 9p35.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 9p35.cpp (limited to '9p35.cpp') 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; +} -- cgit v1.2.3