:woeisthanos:

This commit is contained in:
2024-03-25 20:54:15 -05:00
parent da482d8c6d
commit af8b33d561
94 changed files with 2429 additions and 6287 deletions

View File

@@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 3.29)
project(lab4-Structures_CalebFontenot)
set(CMAKE_CXX_STANDARD 23)
add_executable(lab4-Structures_CalebFontenot main.cpp
structures.h
structures.cpp)