diff options
| author | austinlujan <[email protected]> | 2024-03-07 16:09:59 -0800 |
|---|---|---|
| committer | austinlujan <[email protected]> | 2024-03-07 16:09:59 -0800 |
| commit | 5208acd886378a7b7a7551b39ab90cfb78b5c0b8 (patch) | |
| tree | 026ae96120796b403e308e0f459f272fd799cc1e /Project1/program.cpp | |
| parent | add deadline (diff) | |
| download | in-class-exercise-4-austinlujan-5208acd886378a7b7a7551b39ab90cfb78b5c0b8.tar.xz in-class-exercise-4-austinlujan-5208acd886378a7b7a7551b39ab90cfb78b5c0b8.zip | |
initial commit
Diffstat (limited to 'Project1/program.cpp')
| -rw-r--r-- | Project1/program.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Project1/program.cpp b/Project1/program.cpp new file mode 100644 index 0000000..c4f8036 --- /dev/null +++ b/Project1/program.cpp @@ -0,0 +1,16 @@ +// Name: Austin Lujan +// Date: 1/16 +// Class: CST 116 +// Lecture + +#include <iostream> + +using std::cout; +using std::cin; +using std::endl; + +int main() +{ + + return (0); +}
\ No newline at end of file |