diff options
| author | Evan <[email protected]> | 2022-10-22 21:33:07 -0700 |
|---|---|---|
| committer | Evan <[email protected]> | 2022-10-22 21:33:07 -0700 |
| commit | 866063f78e1e4cda6861a119a881fd3b964fe5a8 (patch) | |
| tree | 2751f16fc4e945766ee11d0c8d31a85eaa081b1f | |
| parent | done (diff) | |
| download | cst116-lab1-evanmihm-866063f78e1e4cda6861a119a881fd3b964fe5a8.tar.xz cst116-lab1-evanmihm-866063f78e1e4cda6861a119a881fd3b964fe5a8.zip | |
done2
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 3dc248d..5137f39 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -58,6 +58,5 @@ int main() cout << "The gravitational pull on your kite is =" << Mass << "Grams" << endl; - return 0; }
\ No newline at end of file |