Update template
This commit is contained in:
parent
8e74944ca2
commit
e3036af5e3
2 changed files with 10 additions and 2 deletions
C_Tempate/src
8
C_Tempate/src/main.c
Normal file
8
C_Tempate/src/main.c
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
printf("Hello world!\n");
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue