https://github.com/williamthome/empreendimentos
https://github.com/williamthome/empreendimentos
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/williamthome/empreendimentos
- Owner: williamthome
- Created: 2021-11-12T04:07:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T13:00:57.000Z (over 3 years ago)
- Last Synced: 2025-01-30T08:43:21.483Z (3 months ago)
- Language: Erlang
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Empreendimentos
Primeira tarefa do treinamento de Erlang.
## Instruções
Ao executar pela primeira vez o app execute o seguinte comando no terminal:
```bash
chmod +x run
```Após, para rodar:
```bash
./run
```O comando irá compilar o applicativo e abrirá o shell do erlang.\
No shell do erlang, para iniciar o app, execute:
```erlang
app:iniciar().
```