hello
This commit is contained in:
parent
ca1b5e05cf
commit
6ee66a201b
2 changed files with 9 additions and 0 deletions
7
c-basic/hello.c
Normal file
7
c-basic/hello.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("Hell C World \n");
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue