wcc 1.0.6

this is my own version of wc for personal use
# WORD COUNTER

this is my own version of wc for personal use

### Usage

word count
```bash
wcc "hello world"
```

line count
```bash
wcc -l "hello\nworld"
```

```bash
wcc -l "hello
world"
```