diff options
| author | Asahel <[email protected]> | 2024-01-29 16:19:29 -0800 |
|---|---|---|
| committer | Asahel <[email protected]> | 2024-01-29 16:19:29 -0800 |
| commit | 3574cca5db98daa5264ea07d901fd366d07119ce (patch) | |
| tree | 0165d863c7b745e298f4a05c758cbada99861776 /Homework2/Source.cpp | |
| parent | add deadline (diff) | |
| download | homework-2-asahellt-3574cca5db98daa5264ea07d901fd366d07119ce.tar.xz homework-2-asahellt-3574cca5db98daa5264ea07d901fd366d07119ce.zip | |
Spacing and headers
Diffstat (limited to 'Homework2/Source.cpp')
| -rw-r--r-- | Homework2/Source.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Homework2/Source.cpp b/Homework2/Source.cpp new file mode 100644 index 0000000..f98f48b --- /dev/null +++ b/Homework2/Source.cpp @@ -0,0 +1,18 @@ +// Name: Asahel Lopez // +// Class: CST 116 // +// Date: 1/28/24 // +// Assignment: Homework 2 // + +#include <iostream> + +#include "Header.h" + + + + + + +int main() { + + return 0; +}
\ No newline at end of file |