aboutsummaryrefslogtreecommitdiff
path: root/Inclass 10/program.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Inclass 10/program.cpp')
-rw-r--r--Inclass 10/program.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Inclass 10/program.cpp b/Inclass 10/program.cpp
index ce6fc87..fb9b9c6 100644
--- a/Inclass 10/program.cpp
+++ b/Inclass 10/program.cpp
@@ -35,5 +35,7 @@ int main()
Square(&nextNode);
+ cout << nextNode.data << endl;
+
return 0;
} \ No newline at end of file