Updated with example output
All checks were successful
isspam build / build (push) Successful in 31s

This commit is contained in:
retoor 2024-11-28 19:04:06 +01:00
parent 1c7d0a6018
commit 996c4d0143

View File

@ -16,6 +16,18 @@ Useful for automation.
``` ```
cat ./spam/example_spam1.txt | ./isspam 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 ## Valgrind status
Date: 2024-11-28 Date: 2024-11-28
``` ```