diff options
| author | Andrei F <[email protected]> | 2022-10-19 22:13:19 -0700 |
|---|---|---|
| committer | Andrei F <[email protected]> | 2022-10-19 22:13:19 -0700 |
| commit | 6ed7672e5165ac5573bb28d8a5d32a5137508d5c (patch) | |
| tree | 983b5c74c3c602ac1f43a5338bfc325e6bfc6b79 | |
| parent | Added pseudo code (diff) | |
| download | cst116-lab1-florea-6ed7672e5165ac5573bb28d8a5d32a5137508d5c.tar.xz cst116-lab1-florea-6ed7672e5165ac5573bb28d8a5d32a5137508d5c.zip | |
| -rw-r--r-- | BlankConsoleLab/CST-116-Project1-Florea.cpp | 1 |
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; } - } |