Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 321 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 321 Bytes

coding_challenges_ccwc

https://codingchallenges.fyi/challenges/challenge-wc/

An implementation of the coding challenges wc exercise, written in golang.

Quickstart:

go build
go install

ccwc test.txt
ccwc -c test.txt
ccwc -l test.txt
ccwc -w test.txt
ccwc -m test.txt

ccwc test.txt

cat test.txt | ccwc