diff options
Diffstat (limited to '')
-rw-r--r-- | wk0/lab0.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
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 <iostream> using namespace std; - -int main() -{ -cout << "Hello!" << endl; return 0; -} - |