diff options
| -rw-r--r-- | In Class Exercise 11/In Class Exercise 11/Main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/In Class Exercise 11/In Class Exercise 11/Main.cpp b/In Class Exercise 11/In Class Exercise 11/Main.cpp index cb707ae..fb241df 100644 --- a/In Class Exercise 11/In Class Exercise 11/Main.cpp +++ b/In Class Exercise 11/In Class Exercise 11/Main.cpp @@ -6,10 +6,6 @@ #include <iostream> -using std::cout; -using std::cin; -using std::endl; - void printMatrix(int matrix[3][3]) { for (int i = 0; i < 3; ++i) { for (int j = 0; j < 3; ++j) { |