Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 252 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 252 Bytes

wc_in_java

The program reads either standard input or a list of files and generates one or more of the following statistics: newline count, word count, and byte count. If a list of files is provided, both individual file and total statistics follow.