From 62b5afc0bdff7fe33a347ab53a83e02d9f04f97e Mon Sep 17 00:00:00 2001 From: Oskar Date: Tue, 8 Oct 2024 21:15:10 +0200 Subject: more --- 9p9.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 9p9.cpp (limited to '9p9.cpp') diff --git a/9p9.cpp b/9p9.cpp new file mode 100644 index 0000000..89ef7e1 --- /dev/null +++ b/9p9.cpp @@ -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; +} -- cgit v1.2.3