diff options
author | Oskar <[email protected]> | 2024-10-07 19:46:27 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-10-07 19:46:27 +0200 |
commit | c0cc72f03f700ee705e139fb4bf95a7ce03d0b81 (patch) | |
tree | 57806857b72d0fec01d223b192ec93118504479f /9p3.cpp | |
parent | ee020f14877e5ed1708147a22133e9a413a948f1 (diff) |
more
Diffstat (limited to '9p3.cpp')
-rw-r--r-- | 9p3.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ + +/* + * + * 9.3 + * + * + */ + +int main () { + + // Begin points to first element, end points to one past the last element + // begin can not go past the end + return 0; +} |