From cfe0930bc91bec0ef62b1adb25e28173ea5626a0 Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Tue, 22 Jan 2019 19:48:18 +0000 Subject: Fix? --- wk0/wk0.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 wk0/wk0.cpp (limited to 'wk0') diff --git a/wk0/wk0.cpp b/wk0/wk0.cpp new file mode 100644 index 0000000..f320bad --- /dev/null +++ b/wk0/wk0.cpp @@ -0,0 +1,11 @@ +// Lab 0 +// Matthew Strapp +// 2018-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