Initial release
This commit is contained in:
parent
5a1ddbf786
commit
2f77bc1b94
5
src/test/hello.c
Normal file
5
src/test/hello.c
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
int main()
|
||||||
|
{
|
||||||
|
printf("%s", "Hello, world!\n");
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user