feat(c): init c template
This commit is contained in:
parent
8e52914770
commit
01bc222af3
7 changed files with 108 additions and 0 deletions
3
templates/c/main.c
Normal file
3
templates/c/main.c
Normal file
|
@ -0,0 +1,3 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main(void) { printf("Hello, world!\n"); }
|
Loading…
Add table
Add a link
Reference in a new issue