diff options
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; +} |