Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 329 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 329 Bytes

blackjack_cpp

Description

C++ imprementation of Blackjack, by basic OOP.

Install

cd blackjack_cpp
g++ -o blackjack blackjack.cpp
./blackjack

Contribution

Welcome😃

Licence

MIT

Author

anekawamasayuki