diff options
author | Oskar <[email protected]> | 2024-10-01 19:52:51 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-10-01 19:52:51 +0200 |
commit | 18236447ae6c08ff336fd22d191343a1ff9dfede (patch) | |
tree | 7239de22a78e3ba423af0f1cfe7498f903e8bae3 /7p51.cpp | |
parent | e0ffab6b379851aa573d7009fcf50e1be892f734 (diff) |
more
Diffstat (limited to '7p51.cpp')
-rw-r--r-- | 7p51.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
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; +} |