diff options
Diffstat (limited to 'CST116-BlankConsole/CST116-Lab0-Mihm.cpp')
| -rw-r--r-- | CST116-BlankConsole/CST116-Lab0-Mihm.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-Lab0-Mihm.cpp b/CST116-BlankConsole/CST116-Lab0-Mihm.cpp new file mode 100644 index 0000000..0dcbcd6 --- /dev/null +++ b/CST116-BlankConsole/CST116-Lab0-Mihm.cpp @@ -0,0 +1,11 @@ +// Evan Mihm, cst116, Lab0 +#include <iostream> + +using std::cout; +using std::endl; + +int main() +{ + cout << "Hello World!" << endl; + cout << "Evan Mihm, My GitHub is evanmihm" << endl; +}
\ No newline at end of file |