Merge pull request 'Add main.c' (#2) from test/test:master into master
Reviewed-on: #2
This commit is contained in:
commit
9f87f2a45a
1 changed files with 7 additions and 0 deletions
7
main.c
Normal file
7
main.c
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
printf("Hello world!\n");
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue