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