From b358ab635bdc61fc479277df0053ad3614a5d4ff Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 21 Apr 2025 13:00:13 +0200 Subject: [PATCH] 25.4.5 --- wortlen.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 wortlen.c diff --git a/wortlen.c b/wortlen.c new file mode 100644 index 0000000..d210d3a --- /dev/null +++ b/wortlen.c @@ -0,0 +1,7 @@ +#include + +int main() +{ + printf("Wortlaenge |\tAnzahl |\n"); + printf("-----------+-----------|\n"); +} \ No newline at end of file