diff options
Diffstat (limited to '5p3.cpp')
-rw-r--r-- | 5p3.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +#include <iostream> + +/* + * + * Description + * + * + */ + +int main () { + return 0; +} |
index : cpp-primer-5th.git | ||
my exercises for the c++ primer book (5th edition) |
summaryrefslogtreecommitdiff |