diff options
| author | Kai <[email protected]> | 2022-10-05 21:17:01 -0700 |
|---|---|---|
| committer | Kai <[email protected]> | 2022-10-05 21:17:01 -0700 |
| commit | 1970a3758abd3ae985e1db0aeea8ee84e4c84c22 (patch) | |
| tree | d32947ab70a54972c973745b3bda473ce24b012f | |
| parent | another filler commit (diff) | |
| download | cst116-lab0-cobrakai2-1970a3758abd3ae985e1db0aeea8ee84e4c84c22.tar.xz cst116-lab0-cobrakai2-1970a3758abd3ae985e1db0aeea8ee84e4c84c22.zip | |
one last filler commit
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.cpp | 2 |
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()
|