Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ductnn/cc-wc
- Owner: ductnn
- Created: 2023-09-17T10:41:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-18T15:09:11.000Z (12 months ago)
- Last Synced: 2024-04-22T21:13:01.438Z (10 months ago)
- Language: Go
- Size: 4.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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