Added README.org

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
main
TuDatTr 2024-02-02 03:46:48 +01:00
parent 90d0c6e3b6
commit 4c1aff8142
1 changed files with 7 additions and 0 deletions

7
README.org Normal file
View File

@ -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.