Skip to content
/ wc.cr Public

A POSIX-compliant implementation of the wc command-line utility, written in 50 lines of Crystal.

License

Notifications You must be signed in to change notification settings

sferik/wc.cr

Repository files navigation

wc - word, line, character, and byte count

A POSIX-compliant implementation of the wc command-line utility, written in 50 lines of Crystal.

This project was originally built as a reference implementation for a coding challenge.

Setup

To install Crystal, follow the instructions.

Building

To compile the code:

make wc

Testing

To run the tests:

make test

About

A POSIX-compliant implementation of the wc command-line utility, written in 50 lines of Crystal.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published