diff options
| author | Griffinwizard <[email protected]> | 2021-10-02 12:26:18 -0700 |
|---|---|---|
| committer | Griffinwizard <[email protected]> | 2021-10-02 12:26:18 -0700 |
| commit | 940d0a5a7c500bd37a9b488c134df60be1e95cad (patch) | |
| tree | 739056a1ba45329a1f4642388c0916c82cfa87f0 /3.10_4/3.10_4.cpp | |
| parent | Add online IDE url (diff) | |
| download | cst116-lab1-jacobaknox-main.tar.xz cst116-lab1-jacobaknox-main.zip | |
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 |