Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/admodev/wc-on-c
WC made with C.
https://github.com/admodev/wc-on-c
Last synced: about 22 hours ago
JSON representation
WC made with C.
- Host: GitHub
- URL: https://github.com/admodev/wc-on-c
- Owner: admodev
- Created: 2023-12-04T13:38:35.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2023-12-04T19:07:09.000Z (11 months ago)
- Last Synced: 2023-12-05T15:37:11.155Z (11 months ago)
- Language: C
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WC clone made with C.
to compile run the following command while standing at the root of the project:
```bash
mkdir dist && gcc -o dist/wcee ./src/main.c
```