diff options
author | Matthew Strapp <msattr@gmail.com> | 2019-01-22 10:50:39 -0600 |
---|---|---|
committer | Matthew Strapp <msattr@gmail.com> | 2019-01-22 10:50:39 -0600 |
commit | 01102943d5b6d1402f434878c64a65411ed22a2c (patch) | |
tree | 05a7f05c63ea74b84ce85b8c6bf5dfa3d74164fc | |
parent | Remove pointless file (diff) | |
download | homework-01102943d5b6d1402f434878c64a65411ed22a2c.tar homework-01102943d5b6d1402f434878c64a65411ed22a2c.tar.gz homework-01102943d5b6d1402f434878c64a65411ed22a2c.tar.bz2 homework-01102943d5b6d1402f434878c64a65411ed22a2c.tar.lz homework-01102943d5b6d1402f434878c64a65411ed22a2c.tar.xz homework-01102943d5b6d1402f434878c64a65411ed22a2c.tar.zst homework-01102943d5b6d1402f434878c64a65411ed22a2c.zip |
"The best way to fix errors is to delete everything" -someone, probably
-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; -} - |