From d6a5d5c6287974e0de3acc03fde384efa7c30c3d Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Thu, 8 Feb 2024 16:16:57 -0800 Subject: ohmygoditallworks --- Inclass 10/program.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Inclass 10/program.cpp') 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 -- cgit v1.2.3