aboutsummaryrefslogtreecommitdiff
path: root/hw1cst126spring.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hw1cst126spring.cpp')
-rw-r--r--hw1cst126spring.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/hw1cst126spring.cpp b/hw1cst126spring.cpp
new file mode 100644
index 0000000..7a1aef5
--- /dev/null
+++ b/hw1cst126spring.cpp
@@ -0,0 +1,9 @@
+// hw1cst126spring.cpp : This file contains the 'main' function. Program execution begins and ends there.
+//
+
+#include <iostream>
+
+int main()
+{
+ std::cout << "Hello World!\n";
+}