From 1401c2749848c57b1866b95951a633f4a2cfff98 Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Wed, 5 Jan 2022 00:25:58 +0100 Subject: [PATCH] Add Readme --- 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..5586475 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# RustChat +Small chatserver written in Rust. Chatservers are a far better hello world than hello world. ;)