diff options
| author | Andrei F <[email protected]> | 2022-11-30 17:59:16 -0800 |
|---|---|---|
| committer | Andrei F <[email protected]> | 2022-11-30 17:59:16 -0800 |
| commit | a0e6d773e6d9fb75797b36f5b9a4fa9b1e873b9b (patch) | |
| tree | fa2c735808730b16db785b72103bf9d9121fe255 | |
| parent | 7th commit (diff) | |
| download | cst116-lab3-florea-a0e6d773e6d9fb75797b36f5b9a4fa9b1e873b9b.tar.xz cst116-lab3-florea-a0e6d773e6d9fb75797b36f5b9a4fa9b1e873b9b.zip | |
8th commit
| -rw-r--r-- | Lab3/CST116-Lab3-Florea.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lab3/CST116-Lab3-Florea.cpp b/Lab3/CST116-Lab3-Florea.cpp index fbe6182..840c69d 100644 --- a/Lab3/CST116-Lab3-Florea.cpp +++ b/Lab3/CST116-Lab3-Florea.cpp @@ -6,7 +6,6 @@ #include <fstream> using namespace std; - using std::cout; using std::cin; using std::endl; |