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
- Host: GitHub
- URL: https://github.com/andreirech/fppdparalelismo
- Owner: AndreiRech
- Created: 2024-11-07T11:14:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T00:50:06.000Z (over 1 year ago)
- Last Synced: 2025-02-13T14:42:29.350Z (over 1 year ago)
- Topics: golang, parallelism
- Language: Go
- Homepage:
- Size: 141 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)
- [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
```