From 5ce94edfb763e29a53ff3fa3ba8eb7f3fd147940 Mon Sep 17 00:00:00 2001 From: Sampras Lopes Date: Mon, 16 Nov 2020 11:06:40 +0530 Subject: [PATCH] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..257f2ee --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# bittorrent +BitTorrent protocol implemented in rust. this is a simple barebones implementation for the sake of learning