From 06a27e9f3e7c492290d2c41ed662fb743fbb2401 Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Thu, 15 Feb 2024 16:35:18 -0800 Subject: links created, usings created --- Project1/main.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'Project1/main.cpp') diff --git a/Project1/main.cpp b/Project1/main.cpp index e69de29..dab64a4 100644 --- a/Project1/main.cpp +++ b/Project1/main.cpp @@ -0,0 +1,20 @@ +// Name: Connor McDowell +// date: 2/12/2024 +// class: CST116 +// reason: inclass exercise 11, 2d arrays + +#include +#include +#include "c_array.h" + +using std::cin; +using std::cout; +using std::endl; + +int main() +{ + + + + return 0; +} \ No newline at end of file -- cgit v1.2.3