added build info to README

This commit is contained in:
2026-03-15 11:33:36 +00:00
parent 955a1be96b
commit a4201ad4b6

View File

@@ -1,2 +1,11 @@
# blackjack-in-c
simple implementation of blackjack in terminal using c
## build
```sh
cc blackjack.c -o blackjack
```
## run
```sh
./blackjack
```