https://github.com/andreirech/t3haskell
Repositório referente ao Trabalho 3 da disciplina de Linguagens de Programação na PUCRS
https://github.com/andreirech/t3haskell
haskell
Last synced: 4 months ago
JSON representation
Repositório referente ao Trabalho 3 da disciplina de Linguagens de Programação na PUCRS
- Host: GitHub
- URL: https://github.com/andreirech/t3haskell
- Owner: AndreiRech
- Created: 2024-11-08T03:14:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T00:35:31.000Z (over 1 year ago)
- Last Synced: 2024-12-31T04:13:13.662Z (over 1 year ago)
- Topics: haskell
- Language: Haskell
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ALUNOS
- [Andrei Rech | 23102140](https://github.com/AndreiRech)
- [Carlos Moraes | ]()
- [Eduardo Wolf | ]()
# INTRODUÇÃO
Criação de um programa simples em Haskell para gerenciar um kit de sobrevivência.
# 🛠 PRÉ REQUISITOS
É necessária possuir alguma versão do [Haskell](https://www.haskell.org/) instalado em sua máquina.
# ⚙ INICIALIZAÇÃO
Para utilizar o projeto, primeiro instale a biblioteca Random.
```bash
cabal install --lib random
```
Após isso, compile o programa
```bash
ghc -o Trabalho Trabalho.hs
```
E por fim, rode o mesmo
```bash
./Trabalho
```