summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei F <[email protected]>2022-10-19 22:13:19 -0700
committerAndrei F <[email protected]>2022-10-19 22:13:19 -0700
commit6ed7672e5165ac5573bb28d8a5d32a5137508d5c (patch)
tree983b5c74c3c602ac1f43a5338bfc325e6bfc6b79
parentAdded pseudo code (diff)
downloadcst116-lab1-florea-6ed7672e5165ac5573bb28d8a5d32a5137508d5c.tar.xz
cst116-lab1-florea-6ed7672e5165ac5573bb28d8a5d32a5137508d5c.zip
Final commitHEADmaster
-rw-r--r--BlankConsoleLab/CST-116-Project1-Florea.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/BlankConsoleLab/CST-116-Project1-Florea.cpp b/BlankConsoleLab/CST-116-Project1-Florea.cpp
index 5c3fb96..1322d6a 100644
--- a/BlankConsoleLab/CST-116-Project1-Florea.cpp
+++ b/BlankConsoleLab/CST-116-Project1-Florea.cpp
@@ -54,6 +54,5 @@ int main()
cout << "Warning: a lower aspect ratio would provide more stability." << endl;
cout << "Current aspect ratio: " << ratio << " (width / length)"<< endl;
}
-
}