Lisää "hello.c
This commit is contained in:
parent
c0a9c6ce0c
commit
6918e91116
1 changed files with 6 additions and 0 deletions
6
hello.c
Normal file
6
hello.c
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include <stdio.h>
|
||||
int main()
|
||||
{
|
||||
printf("Hello World!");
|
||||
return 0;
|
||||
}
|
Loading…
Reference in a new issue