Updated with example output
All checks were successful
isspam build / build (push) Successful in 31s
All checks were successful
isspam build / build (push) Successful in 31s
This commit is contained in:
parent
1c7d0a6018
commit
996c4d0143
12
README.md
12
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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user