Erstelle neue Test Datei
This commit is contained in:
parent
2b95854d23
commit
850a287b0c
7
hello_merge.c
Normal file
7
hello_merge.c
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
printf("Hello world\n");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user