Erste Version von test.c

This commit is contained in:
Harun Faizi 2025-10-31 09:17:39 +01:00
commit 16ddb916ba

9
test.c Normal file
View File

@ -0,0 +1,9 @@
//
// Created by faizi on 31.10.2025.
//
#include <stdio.h>
int main(){
printf("Hallo von der Main");
return 0;
}