aboutsummaryrefslogtreecommitdiffstats
path: root/wk0
diff options
context:
space:
mode:
authorMatthew Strapp <msattr@gmail.com>2019-01-22 10:50:39 -0600
committerMatthew Strapp <msattr@gmail.com>2019-01-22 10:50:39 -0600
commit01102943d5b6d1402f434878c64a65411ed22a2c (patch)
tree05a7f05c63ea74b84ce85b8c6bf5dfa3d74164fc /wk0
parentRemove pointless file (diff)
downloadhomework-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
Diffstat (limited to 'wk0')
-rw-r--r--wk0/lab0.cpp7
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;
-}
-