aboutsummaryrefslogtreecommitdiff
path: root/3.10_4/3.10_4.cpp
diff options
context:
space:
mode:
authorGriffinwizard <[email protected]>2021-10-02 12:26:18 -0700
committerGriffinwizard <[email protected]>2021-10-02 12:26:18 -0700
commit940d0a5a7c500bd37a9b488c134df60be1e95cad (patch)
tree739056a1ba45329a1f4642388c0916c82cfa87f0 /3.10_4/3.10_4.cpp
parentAdd online IDE url (diff)
downloadcst116-lab1-jacobaknox-main.tar.xz
cst116-lab1-jacobaknox-main.zip
Module 1 Lab 1 FinishedHEADmain
Diffstat (limited to '3.10_4/3.10_4.cpp')
-rw-r--r--3.10_4/3.10_4.cpp10
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