commit 16ddb916baeff66a17f5e48bdb85ea925aa0e5fc Author: Harun Faizi Date: Fri Oct 31 09:17:39 2025 +0100 Erste Version von test.c diff --git a/test.c b/test.c new file mode 100644 index 0000000..da74880 --- /dev/null +++ b/test.c @@ -0,0 +1,9 @@ +// +// Created by faizi on 31.10.2025. +// +#include + +int main(){ +printf("Hallo von der Main"); +return 0; +} \ No newline at end of file