This commit is contained in:
Barrett Ruth 2025-02-16 17:24:20 -05:00
parent 1214b129a5
commit 90c9c70260
24 changed files with 1284 additions and 0 deletions

View file

@ -0,0 +1,5 @@
-std=c++23
-Wall
-Wextra
-Wpedantic
-Wshadow