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