diff options
author | Oskar <[email protected]> | 2024-09-09 20:25:43 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-09-09 20:25:43 +0200 |
commit | 70878e5c5b4552def51082829032780c536dc59d (patch) | |
tree | 015253d567c12d90d6509ee052466217b3eacaa4 /6p29.cpp | |
parent | cc01160a3f0fdcb27eb931f67e85d783d0f5626d (diff) |
more
Diffstat (limited to '6p29.cpp')
-rw-r--r-- | 6p29.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/6p29.cpp b/6p29.cpp new file mode 100644 index 0000000..b13b6c7 --- /dev/null +++ b/6p29.cpp @@ -0,0 +1,13 @@ + +/* + * + * 6.29 + * + * + */ + +int main () { + + // Yes because it does not copy the list. + return 0; +} |