gitextract_365aty0f/ ├── .gitignore ├── README.md └── contents/ ├── 1 - Introducao/ │ ├── 1-Sobre o projeto.md │ └── 2-Pre-requisitos.md ├── 2 - Ambiente/ │ └── 1-Como comecar.md ├── 3 - Linguagem/ │ ├── 1-Sobre a linguagem.md │ ├── 2-Paradigma.md │ ├── 3-Expressoes.md │ ├── 4-Sintaxe.md │ ├── 5-Modulos.md │ ├── 6-Estruturas de Repeticao.md │ ├── 7-Estruturas de Decisao.md │ └── 8-Variaveis.md └── 4 - Recursos extras/ ├── 1-Gerenciador de Pacotes.md ├── 2-Testes.md ├── 3-Pattern Matching.md ├── 4-Bibliotecas.md └── 5-Operador Pipe.md