diff options
| author | austinlujan <[email protected]> | 2024-03-07 13:32:36 -0800 |
|---|---|---|
| committer | austinlujan <[email protected]> | 2024-03-07 13:32:36 -0800 |
| commit | 7b78963646c15db148246adfe503c103a228247a (patch) | |
| tree | f28cb43d60e297de0e807452bf44b743256a3648 /Project1/program.cpp | |
| parent | add deadline (diff) | |
| download | in-class-exercise-3-austinlujan-7b78963646c15db148246adfe503c103a228247a.tar.xz in-class-exercise-3-austinlujan-7b78963646c15db148246adfe503c103a228247a.zip | |
created project
Diffstat (limited to 'Project1/program.cpp')
| -rw-r--r-- | Project1/program.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Project1/program.cpp b/Project1/program.cpp new file mode 100644 index 0000000..e43207f --- /dev/null +++ b/Project1/program.cpp @@ -0,0 +1,12 @@ +// Name: Austin Lujan +// Date: 1/16 +// Class: CST 116 +// Lecture + + + +int main() +{ + + return 0; +}
\ No newline at end of file |