https://github.com/ductnn/cc-wc
Coding Challenges: Write Your Own wc Tool
https://github.com/ductnn/cc-wc
Last synced: 3 months 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-18T15:09:11.000Z (over 1 year ago)
- Last Synced: 2025-02-09T17:36:01.597Z (5 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