Skip to content

Instantly share code, notes, and snippets.

@2-oS
2-oS / main.go
Last active February 24, 2023 02:07
Challenge #3b: Multi-Node Broadcast
package main
import (
"encoding/json"
maelstrom "github.com/jepsen-io/maelstrom/demo/go"
"golang.org/x/exp/slices"
"log"
"sync"
)