diff options
Diffstat (limited to '6p1.cpp')
-rw-r--r-- | 6p1.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ + +/* + * + * 6.1 + * + * + */ + +int main () { + + // Arguments are initializers for functions parameters + return 0; +} |
index : cpp-primer-5th.git | ||
my exercises for the c++ primer book (5th edition) |
summaryrefslogtreecommitdiff |