From 628888dd61ed5c7f98d95e88a11e4b563224a75b Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Tue, 22 Jan 2019 13:58:26 -0600 Subject: AHHHHHHHHHHHHHH --- wk0/lab0.cpp | 5 ----- wk0/wk0.cpp | 6 ++++-- 2 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 wk0/lab0.cpp (limited to 'wk0') diff --git a/wk0/lab0.cpp b/wk0/lab0.cpp deleted file mode 100644 index 84725d9..0000000 --- a/wk0/lab0.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Lab 0 -// Matthew Strapp -// 2019-01-23 -// -// This program displays a message to the screen diff --git a/wk0/wk0.cpp b/wk0/wk0.cpp index f320bad..5ea8196 100644 --- a/wk0/wk0.cpp +++ b/wk0/wk0.cpp @@ -3,9 +3,11 @@ // 2018-01-23 // // This program displays a message to the screen -#include using namespace std; +#include +using namespace std; int main() { -cout << "Hello!" << endl; return 0; +cout << "Hello!" << endl; +return 0; } -- cgit v1.2.3