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