aboutsummaryrefslogtreecommitdiff
path: root/Project1
diff options
context:
space:
mode:
authorConnor McDowell <[email protected]>2024-03-08 14:22:24 -0800
committerConnor McDowell <[email protected]>2024-03-08 14:22:24 -0800
commit0cb359f27a7db7afd4c74a06cc6addfe23e3a429 (patch)
treeee87284fc90b5655ac877524b352952fe03cef26 /Project1
parentmain.cpp connected to contact.hpp (diff)
downloadhomework-8-connormcdowell275-0cb359f27a7db7afd4c74a06cc6addfe23e3a429.tar.xz
homework-8-connormcdowell275-0cb359f27a7db7afd4c74a06cc6addfe23e3a429.zip
linked with namespace
Diffstat (limited to 'Project1')
-rw-r--r--Project1/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project1/main.cpp b/Project1/main.cpp
index ef8b196..e588a9d 100644
--- a/Project1/main.cpp
+++ b/Project1/main.cpp
@@ -9,6 +9,7 @@ using std::cin;
using std::cout;
using std::endl;
+using namespace myStructures;
int main()
{