hello world

This commit is contained in:
any
2026-07-19 18:07:55 +02:00
commit a771903ba1
8 changed files with 146 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 4.2)
project(Raytracer C)
set(CMAKE_C_STANDARD 23)
add_executable(Raytracer main.c)