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
- Host: GitHub
- URL: https://github.com/alextanhongpin/elixir-basic
- Owner: alextanhongpin
- Created: 2018-02-02T07:09:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T07:33:36.000Z (over 8 years ago)
- Last Synced: 2025-01-29T21:54:23.675Z (over 1 year ago)
- Topics: elixir
- Language: Elixir
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```