diff options
| author | Connor McDowell <[email protected]> | 2024-02-09 15:26:30 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-09 15:26:30 -0800 |
| commit | d92cf0d98bdf7259162234809c422bc2f576a7e7 (patch) | |
| tree | 5f771ed82378321f0ef5e9fde5bf43e06a127d34 /Project1/Functions.cpp | |
| parent | files set up (diff) | |
| download | homework-4-connormcdowell275-d92cf0d98bdf7259162234809c422bc2f576a7e7.tar.xz homework-4-connormcdowell275-d92cf0d98bdf7259162234809c422bc2f576a7e7.zip | |
created user dob struct and functions
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; + |