diff options
Diffstat (limited to 'Project1/c_array.cpp')
| -rw-r--r-- | Project1/c_array.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Project1/c_array.cpp b/Project1/c_array.cpp index e69de29..fd64a39 100644 --- a/Project1/c_array.cpp +++ b/Project1/c_array.cpp @@ -0,0 +1,9 @@ +#include <iostream> +#include <ostream> +#include "c_array.h" + +using std::cin; +using std::cout; +using std::endl; + + |