aboutsummaryrefslogtreecommitdiff
path: root/CST116-BlankConsole/CST116-BlankConsole.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CST116-BlankConsole/CST116-BlankConsole.cpp')
-rw-r--r--CST116-BlankConsole/CST116-BlankConsole.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp
index 23b6c87..75218a4 100644
--- a/CST116-BlankConsole/CST116-BlankConsole.cpp
+++ b/CST116-BlankConsole/CST116-BlankConsole.cpp
@@ -7,10 +7,12 @@
using std::cout;
using std::cin;
+using std::endl;
+
int main()
{
- cout << "Hello World!\n";
+ cout << "Hello World!" << endl;
}
// Run program: Ctrl + F5 or Debug > Start Without Debugging menu