feat(c): init c template

This commit is contained in:
Artur Manuel 2025-02-06 23:35:40 +00:00
commit 01bc222af3
7 changed files with 108 additions and 0 deletions

2
templates/c/meson.build Normal file
View file

@ -0,0 +1,2 @@
project('REPLACE_ME', 'c')
executable('REPLACE_ME', 'main.c')