diff options
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 } |