diff --git a/README.org b/README.org new file mode 100644 index 0000000..faadee7 --- /dev/null +++ b/README.org @@ -0,0 +1,7 @@ +#+title: Fly.io Distributed Systems Challenge + +This repo contains my Rust-based solution of [[https://fly.io][Fly.io]]s [[https://fly.io/dist-sys/][Distributed Systems Challenge]]. + +I've written some rudimantary unit tests for each of the tasks. + +What is left to do is to simulate Fly.ios Maelstrom behavior, which is used for testing the Go-based implementation.