Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ductnn/cc-wc

Coding Challenges: Write Your Own wc Tool
https://github.com/ductnn/cc-wc

Last synced: 1 day ago
JSON representation

Coding Challenges: Write Your Own wc Tool

Awesome Lists containing this project

README

        

# Write my wc tool
This challenge is to build your own version of the Unix command line tool wc!

# Code Challenges
This repo is based on a code challenge: https://codingchallenges.fyi/challenges/challenge-wc

# Installation
Make sure you have Go installed on your machine. Then, you can install the
Go WC tool using `Makefile`:

```sh
# For Linux
make build-linux

# For Mac
make build-mac
```

Or you can download binary file in: https://github.com/ductnn/cc-wc/tree/master/bin