From 4c1aff81423a67087dde6c2d5dfccfd1353a3924 Mon Sep 17 00:00:00 2001 From: TuDatTr Date: Fri, 2 Feb 2024 03:46:48 +0100 Subject: [PATCH] Added README.org Signed-off-by: TuDatTr --- README.org | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.org 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.