From 5208acd886378a7b7a7551b39ab90cfb78b5c0b8 Mon Sep 17 00:00:00 2001 From: austinlujan Date: Thu, 7 Mar 2024 16:09:59 -0800 Subject: initial commit --- Project1/program.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Project1/program.cpp (limited to 'Project1/program.cpp') 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 + +using std::cout; +using std::cin; +using std::endl; + +int main() +{ + + return (0); +} \ No newline at end of file -- cgit v1.2.3