An open API service indexing awesome lists of open source software.

https://github.com/alextanhongpin/elixir-basic

Learning the basics of Elixir from Elixir School
https://github.com/alextanhongpin/elixir-basic

elixir

Last synced: over 1 year ago
JSON representation

Learning the basics of Elixir from Elixir School

Awesome Lists containing this project

README

          

# Elixir Basic

## Extensions

All files end with the `.exs` and can be executed with the command `elixir app.exs`.

## Version

```bash
$ elixir -v
```

## Interactive Shell

```bash
$ iex
```