Create README.md

This commit is contained in:
Ole Morud
2022-06-10 14:19:27 +02:00
parent 19b0f8835f
commit ad583fe1e8

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
## This only prints a chessboard so far
# Terminal chess
## Compile and run
```sh
make
./chess
```