Informatik2_Pr/primza.c
2025-05-01 13:28:08 +02:00

6 lines
83 B
C

#include <stdio.h>
#include <stdlib.h>
int main(){
printf("Hallo Japaner!");
}