get nullptr'd lol

This commit is contained in:
2024-03-09 23:17:44 -06:00
parent 5088bded35
commit 756d08231a
107 changed files with 9646 additions and 1888 deletions

View File

@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.28)
project(pointers)
set(CMAKE_CXX_STANDARD 23)
add_executable(pointers main.cpp
pointers1.c)