Add inspiring message (thats an understatement)

This commit is contained in:
2026-04-19 21:58:02 -05:00
parent 5f93df7c52
commit d832689911

View File

@@ -3,3 +3,5 @@ cmake_minimum_required(VERSION 3.16)
project(my-first-brew)
add_executable(my-first-brew main.c)
install(TARGETS my-first-brew DESTINATION bin)