9 lines
114 B
C
9 lines
114 B
C
//
|
|
// Created by faizi on 31.10.2025.
|
|
//
|
|
#include <stdio.h>
|
|
|
|
int main(){
|
|
printf("Hallo von der Main");
|
|
return 0;
|
|
} |