aboutsummaryrefslogtreecommitdiff
path: root/hw1cst126spring.cpp
diff options
context:
space:
mode:
authorJackson <[email protected]>2024-04-03 19:03:24 -0700
committerJackson <[email protected]>2024-04-03 19:03:24 -0700
commit7409d2dd61bed72b40592cddd6936d8449d492a1 (patch)
treec04d4ec9e95e197af8680e3a10905d5282fd4401 /hw1cst126spring.cpp
parentAdd .gitattributes and .gitignore. (diff)
downloadhomework-1-jackwienck-master.tar.xz
homework-1-jackwienck-master.zip
Add project files.master
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";
+}