diff options
| author | Abdullah Havaldar <[email protected]> | 2022-11-29 17:45:39 -0800 |
|---|---|---|
| committer | Abdullah Havaldar <[email protected]> | 2022-11-29 17:45:39 -0800 |
| commit | b758c0187582229e9cccfb3003390cddeca8b6c9 (patch) | |
| tree | 44b592d33bf7ef60fca3d71319ab3dcbf9653e09 | |
| parent | comment 1 (diff) | |
| download | cst116-lab3-abd00l4h-b758c0187582229e9cccfb3003390cddeca8b6c9.tar.xz cst116-lab3-abd00l4h-b758c0187582229e9cccfb3003390cddeca8b6c9.zip | |
purpose comment
| -rw-r--r-- | BlankConsoleLab/CST116-Lab3-Havaldar.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BlankConsoleLab/CST116-Lab3-Havaldar.cpp b/BlankConsoleLab/CST116-Lab3-Havaldar.cpp index d6dec16..a95f7ff 100644 --- a/BlankConsoleLab/CST116-Lab3-Havaldar.cpp +++ b/BlankConsoleLab/CST116-Lab3-Havaldar.cpp @@ -1,3 +1,7 @@ +/* +Abdullah Havaldar +*/ + //precompiler directives #include <iostream> #include <iomanip> |