diff options
Diffstat (limited to '3.10_4/3.10_4.cpp')
| -rw-r--r-- | 3.10_4/3.10_4.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3.10_4/3.10_4.cpp b/3.10_4/3.10_4.cpp new file mode 100644 index 0000000..70a4479 --- /dev/null +++ b/3.10_4/3.10_4.cpp @@ -0,0 +1,10 @@ +#include <iostream> + +int main() +{ + std::cout << "Modified version of original C program" + << " ( by Kernighan & Ritchie)\n"; + std::cout << "Hello World!"; + + return 0; +}
\ No newline at end of file |