This commit is contained in:
commit
95a533c876
451 changed files with 18255 additions and 0 deletions
8
templates/dev/c-hello/src/main.c
Normal file
8
templates/dev/c-hello/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 EXIT_SUCCESS;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue