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

https://github.com/andreirech/fppdparalelismo

Repositório referente ao Trabalho 4 da disciplina de Fundamentos de Processamento Paralelo e Distribuído na PUCRS
https://github.com/andreirech/fppdparalelismo

golang parallelism

Last synced: 11 months ago
JSON representation

Repositório referente ao Trabalho 4 da disciplina de Fundamentos de Processamento Paralelo e Distribuído na PUCRS

Awesome Lists containing this project

README

          

# 🔖 ALUNOS

- [Andrei Rech | 23102140](https://github.com/AndreiRech)
- [Erik Suris | 23102289](https://github.com/erikvsuris)
- [Enzo Zortea | 23102285](https://github.com/Padeiruuu)

# 📚 INTRODUÇÃO

Resolução dos problemas relacionados a **paralelismo** na disciplina de **Fundamentos de Processamentos Paralelos e Distribuídos** na PUCRS.

# 🛠 PRÉ REQUISITOS

É necessário possuir a linguagem [Go](https://go.dev/doc/install) instalada no computador.

# ⚙ INICIALIZAÇÃO

Para qualquer uma das atividades, entre dentro do respectivo diretório e utilize o comando:

```
go run NOMEARQUIVO.go
```