aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai <[email protected]>2022-10-05 21:17:01 -0700
committerKai <[email protected]>2022-10-05 21:17:01 -0700
commit1970a3758abd3ae985e1db0aeea8ee84e4c84c22 (patch)
treed32947ab70a54972c973745b3bda473ce24b012f
parentanother filler commit (diff)
downloadcst116-lab0-cobrakai2-1970a3758abd3ae985e1db0aeea8ee84e4c84c22.tar.xz
cst116-lab0-cobrakai2-1970a3758abd3ae985e1db0aeea8ee84e4c84c22.zip
one last filler commit
-rw-r--r--CST116-BlankConsole/CST116-BlankConsole.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp
index b961e6c..1104a21 100644
--- a/CST116-BlankConsole/CST116-BlankConsole.cpp
+++ b/CST116-BlankConsole/CST116-BlankConsole.cpp
@@ -5,7 +5,9 @@
#include <iostream>
using std::cout;
+
using std::endl;
+
using std::cin;
int main()