diff options
| author | JonCr <[email protected]> | 2022-10-21 23:57:38 -0700 |
|---|---|---|
| committer | JonCr <[email protected]> | 2022-10-21 23:57:38 -0700 |
| commit | ef3f64e41585b2d6cb329e7c01aead74d1ac1b7a (patch) | |
| tree | 4f2c6f9ba9d378f7457da7be3bfde8694481400e /BlankConsoleLab | |
| parent | Update (diff) | |
| download | cst116-lab1-cognitiveshadow-master.tar.xz cst116-lab1-cognitiveshadow-master.zip | |
Diffstat (limited to 'BlankConsoleLab')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 401079f..c79afb9 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -137,4 +137,5 @@ void CalcGP(float mass) gravitationalPull = mass * 9.8; cout << endl << "The gravitational pull on your kite is " << gravitationalPull << " N/kg" << endl; -}
\ No newline at end of file +} +// Finished
\ No newline at end of file |