From 6f23444e4fc7171423e1e7818aabb96d29e8ad43 Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Thu, 24 Jun 2021 20:01:24 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 04c7fe9..efe3528 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # brainfuck Brainfuck interpreters in different languages +Get the releases! + +Rust: CLI binary, in the release tab +Typescript: [react website](https://nilstrieb.github.io/brainfuck/) + Finished: - Rust - Java