Add inspiring message (thats an understatement)

This commit is contained in:
2026-04-19 21:33:35 -05:00
parent 43b5116f80
commit 9b2d3545b7
3 changed files with 18 additions and 0 deletions

5
CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
cmake_minium_required(VERSION 3.16)
project(my-first-brew)
add_executable(my-first-brew main.c)