Informatik2_Pr/wortlen.c
2025-04-21 13:00:13 +02:00

7 lines
116 B
C

#include <stdio.h>
int main()
{
printf("Wortlaenge |\tAnzahl |\n");
printf("-----------+-----------|\n");
}