Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 257 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 257 Bytes

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