feat(c): init c template
This commit is contained in:
parent
8e52914770
commit
01bc222af3
7 changed files with 108 additions and 0 deletions
2
templates/c/meson.build
Normal file
2
templates/c/meson.build
Normal file
|
@ -0,0 +1,2 @@
|
|||
project('REPLACE_ME', 'c')
|
||||
executable('REPLACE_ME', 'main.c')
|
Loading…
Add table
Add a link
Reference in a new issue