From 01102943d5b6d1402f434878c64a65411ed22a2c Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Tue, 22 Jan 2019 10:50:39 -0600 Subject: "The best way to fix errors is to delete everything" -someone, probably --- wk0/lab0.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'wk0') diff --git a/wk0/lab0.cpp b/wk0/lab0.cpp index df28c4d..84725d9 100644 --- a/wk0/lab0.cpp +++ b/wk0/lab0.cpp @@ -3,10 +3,3 @@ // 2019-01-23 // // This program displays a message to the screen -#include using namespace std; - -int main() -{ -cout << "Hello!" << endl; return 0; -} - -- cgit v1.2.3