Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```