diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2022-09-09 15:22:01 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-09 15:22:01 -0600 |
commit | e2ab34e60f544d9d6902fe3eb8e0947009234955 (patch) | |
tree | 0a93bb11a63e8dc62663925f7f90f41576229dc2 /hw2/helloWorld.cpp | |
parent | 6ae81ee58a1d2ffa8f8f5fe9dc45a8f064c31c4d (diff) |
Diffstat (limited to 'hw2/helloWorld.cpp')
-rw-r--r-- | hw2/helloWorld.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw2/helloWorld.cpp b/hw2/helloWorld.cpp index f4b5587..500787c 100644 --- a/hw2/helloWorld.cpp +++ b/hw2/helloWorld.cpp @@ -8,5 +8,5 @@ using namespace std; int main() { - cout << "Hello, World!"; + cout << "Hello, World!"; // Prints Hello, World } |