diff options
| author | Musa Ahmed <[email protected]> | 2022-10-19 20:37:19 -0700 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-10-19 20:37:19 -0700 |
| commit | 720789b1b2973338405f5470f62df425466f7893 (patch) | |
| tree | 464aea034d9d019feefb1ae53425fbee99a3c5ea | |
| parent | Added comments (diff) | |
| download | cst116-lab1-m005a-720789b1b2973338405f5470f62df425466f7893.tar.xz cst116-lab1-m005a-720789b1b2973338405f5470f62df425466f7893.zip | |
| -rw-r--r-- | cst116-lab1-Ahmed/cst116-lab1-Ahmed.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cst116-lab1-Ahmed/cst116-lab1-Ahmed.cpp b/cst116-lab1-Ahmed/cst116-lab1-Ahmed.cpp index a64ae0b..72fc6f8 100644 --- a/cst116-lab1-Ahmed/cst116-lab1-Ahmed.cpp +++ b/cst116-lab1-Ahmed/cst116-lab1-Ahmed.cpp @@ -10,6 +10,7 @@ using std::cin; using std::endl; + int main() { float width; |