/playing-cards

a simple elixir project based in playing cards :flower_playing_cards:

Primary LanguageElixirMIT LicenseMIT

Playing-Cards 🎴

Playing cards is a simple example of an Elixir Module, it is made for managing a deck of cards.

Downloading dependencies

$ cd cards 
$ mix deps.get

Running Tests

$ cd cards 
$ mix test