From 18236447ae6c08ff336fd22d191343a1ff9dfede Mon Sep 17 00:00:00 2001 From: Oskar Date: Tue, 1 Oct 2024 19:52:51 +0200 Subject: more --- 7p51.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 7p51.cpp (limited to '7p51.cpp') diff --git a/7p51.cpp b/7p51.cpp new file mode 100644 index 0000000..e000343 --- /dev/null +++ b/7p51.cpp @@ -0,0 +1,14 @@ + +/* + * + * 7.51 + * + * + */ + +int main () { + + // Because we are specifying the size of the vector with that constructor + // String can be constructed with C strings + return 0; +} -- cgit v1.2.3