diff --git a/Start_Windows/helloWorld.c b/Start_Windows/helloWorld.c new file mode 100644 index 0000000..b780f67 --- /dev/null +++ b/Start_Windows/helloWorld.c @@ -0,0 +1,14 @@ +/* +* test datei zum git test +* hofmann jonas +* 2025.10.14 +*/ + +#include + +int main(void) +{ + printf("Hello World\n"); + + return 0; +} \ No newline at end of file diff --git a/Start_Windows/helloWorld.exe b/Start_Windows/helloWorld.exe new file mode 100644 index 0000000..c9d7726 Binary files /dev/null and b/Start_Windows/helloWorld.exe differ