diff --git a/src/Ch00/CodeDemo.cpp b/src/Ch00/CodeDemo.cpp index 16d96a38..4bbe172e 100644 --- a/src/Ch00/CodeDemo.cpp +++ b/src/Ch00/CodeDemo.cpp @@ -1,5 +1,5 @@ // Complete Guide to C++ Programming Foundations -// Exercise 00_03 +// Exercise 00_03 with modified further modified more cahnge commit // Using the Exercise Files in GitHub Codespaces, by Eduardo Corpeño #include diff --git a/src/Ch01/01_02b/CodeDemo.cpp b/src/Ch01/01_02b/CodeDemo.cpp index 4574c47e..1dfb0717 100644 --- a/src/Ch01/01_02b/CodeDemo.cpp +++ b/src/Ch01/01_02b/CodeDemo.cpp @@ -1,3 +1,17 @@ // Complete Guide to C++ Programming Foundations // Exercise 01_02 // Hello World, by Eduardo Corpeño +#include +using namespace std; +int main() { + cout << "Hello World!" << endl; + cout<