diff options
| author | Jackson <[email protected]> | 2024-04-03 19:03:24 -0700 |
|---|---|---|
| committer | Jackson <[email protected]> | 2024-04-03 19:03:24 -0700 |
| commit | 7409d2dd61bed72b40592cddd6936d8449d492a1 (patch) | |
| tree | c04d4ec9e95e197af8680e3a10905d5282fd4401 /hw1cst126spring.cpp | |
| parent | Add .gitattributes and .gitignore. (diff) | |
| download | homework-1-jackwienck-master.tar.xz homework-1-jackwienck-master.zip | |
Add project files.master
Diffstat (limited to 'hw1cst126spring.cpp')
| -rw-r--r-- | hw1cst126spring.cpp | 9 |
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"; +} |