From 996c4d0143ddc887be1529c852c7561130db1503 Mon Sep 17 00:00:00 2001 From: retoor Date: Thu, 28 Nov 2024 19:04:06 +0100 Subject: [PATCH] Updated with example output --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e47cd10..0db8421 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,18 @@ Useful for automation. ``` cat ./spam/example_spam1.txt | ./isspam ``` +## Example output +``` +File: ./not_spam/not_spam1.txt +Capitalized words: 1 +Sentences: 5 +Words: 52 +Numbers: 0 +Forbidden words: 0 +Word count per sentence: 10 + +Memory usage: 29 KB, 479 (re)allocated, 327 unqiue free'd, 0 in use. +``` ## Valgrind status Date: 2024-11-28 ```