This repository contains solution for some of the challenges from Gossip Glomers.
- Echo
- Unique ID Generation
- Broadcast
- Grow-Only Counter
- Kafka-Style Log
- Totally-Available Transactions
Run the program with
cargo r
It listens for maelstrom messages serialized to JSONL on stdin. Full protocol specification can be found here: maelstrom/doc/protocol.md.
MIT