diff options
author | Oskar <[email protected]> | 2024-10-08 21:15:10 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-10-08 21:15:10 +0200 |
commit | 62b5afc0bdff7fe33a347ab53a83e02d9f04f97e (patch) | |
tree | b8e050d8e5aa3bf557d5ecb29ecd2fa61a2ee470 /9p9.cpp | |
parent | c0cc72f03f700ee705e139fb4bf95a7ce03d0b81 (diff) |
more
Diffstat (limited to '9p9.cpp')
-rw-r--r-- | 9p9.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ + +/* + * + * 9.9 + * + * + */ + +int main () { + + // begin returns an iterator. Can be both written and read from. + // cbegin returns a const iterator. Can only be read from. + return 0; +} |