Categorygithub.com/Miniim98/MandatoryExercise2
module
0.0.0-20211117210308-969a04f5c094
Repository: https://github.com/miniim98/mandatoryexercise2.git
Documentation: pkg.go.dev

# README

when starting a node in the system on should pass the following arguments:

int id: the id of the node should be between 0 and the total number of nodes list of ports: the ports that this and other nodes will be using. the number of ports should be equal to the amount of nodes

an example:

go run . 2 8008 8080 0808

# Packages

No description provided by the author
No description provided by the author