diff options
| author | Kai <[email protected]> | 2022-10-05 21:17:33 -0700 |
|---|---|---|
| committer | Kai <[email protected]> | 2022-10-05 21:17:33 -0700 |
| commit | 2187659028cc7188a53732337d8ea1535ca9acb0 (patch) | |
| tree | 7f6fae8fde6cb62695f17626a9edf4fdc21e6bfa | |
| parent | one last filler commit (diff) | |
| download | cst116-lab0-cobrakai2-2187659028cc7188a53732337d8ea1535ca9acb0.tar.xz cst116-lab0-cobrakai2-2187659028cc7188a53732337d8ea1535ca9acb0.zip | |
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp index 1104a21..b961e6c 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -5,9 +5,7 @@ #include <iostream>
using std::cout;
-
using std::endl;
-
using std::cin;
int main()
|