c-connect-four/README.md

11 lines
79 B
Markdown
Raw Permalink Normal View History

2022-05-23 15:36:13 +01:00
# Connect Four in C
## Usage
```bash
./build
```
and then:
```bash
./four
```