aboutsummaryrefslogtreecommitdiff
path: root/CST 126/Homework 1/main.cpp
diff options
context:
space:
mode:
authorChanin Timbal <[email protected]>2024-06-03 14:27:08 -0700
committerChanin Timbal <[email protected]>2024-06-03 14:27:08 -0700
commiteb596ef451e9e2ca6d38995c747e762b4a6bd016 (patch)
tree38748a03f7981a9c192b200d92ca0cfdd3a7e5a1 /CST 126/Homework 1/main.cpp
parenttrying to fix! (diff)
downloadhomework-1-chaninnohea-eb596ef451e9e2ca6d38995c747e762b4a6bd016.tar.xz
homework-1-chaninnohea-eb596ef451e9e2ca6d38995c747e762b4a6bd016.zip
Restored completed Homework 1 that was accidentally completed, Code should be final
Diffstat (limited to 'CST 126/Homework 1/main.cpp')
-rw-r--r--CST 126/Homework 1/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/CST 126/Homework 1/main.cpp b/CST 126/Homework 1/main.cpp
index 690c255..6f5024f 100644
--- a/CST 126/Homework 1/main.cpp
+++ b/CST 126/Homework 1/main.cpp
@@ -24,12 +24,12 @@ int main()
else if (option == 2)
{
- guessing_game(again);
+ guessing_game();
}
else if (option == 3)
{
-
+ temperature_logger();
}
else
{