ChaoYue0307 / cards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cards

An Elixir app for basics practice

Installation

If available in Hex, the package can be installed as:

  1. Add cards to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:cards, "~> 0.1.0"}]
end
```
  1. Ensure cards is started before your application:
```elixir
def application do
  [applications: [:cards]]
end
```

About


Languages

Language:Elixir 100.0%