diff options
Diffstat (limited to 'InClassExercise3/Project1/IN-class.cpp')
| -rw-r--r-- | InClassExercise3/Project1/IN-class.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/InClassExercise3/Project1/IN-class.cpp b/InClassExercise3/Project1/IN-class.cpp index 99938bc..d2a1178 100644 --- a/InClassExercise3/Project1/IN-class.cpp +++ b/InClassExercise3/Project1/IN-class.cpp @@ -6,6 +6,7 @@ #include <iostream> + using std::cout; using std::cin; using std::endl; |