summaryrefslogtreecommitdiff
path: root/hw2/helloWorld.cpp
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2022-09-09 15:22:01 -0600
committerGitHub <noreply@github.com>2022-09-09 15:22:01 -0600
commite2ab34e60f544d9d6902fe3eb8e0947009234955 (patch)
tree0a93bb11a63e8dc62663925f7f90f41576229dc2 /hw2/helloWorld.cpp
parent6ae81ee58a1d2ffa8f8f5fe9dc45a8f064c31c4d (diff)
added commentsHEADmaster
Diffstat (limited to 'hw2/helloWorld.cpp')
-rw-r--r--hw2/helloWorld.cpp2
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
}