diff options
Diffstat (limited to 'Project1/Functions.cpp')
| -rw-r--r-- | Project1/Functions.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Project1/Functions.cpp b/Project1/Functions.cpp new file mode 100644 index 0000000..cb478ba --- /dev/null +++ b/Project1/Functions.cpp @@ -0,0 +1,7 @@ +#include <iostream> +#include "header.h" + +using std::cout; +using std::cin; +using std::endl; + |