From 0488154e6f31ab06a45690d47529b472649ceb36 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Thu, 2 Jun 2022 00:33:31 +0800 Subject: [PATCH] feat: update monkey-rs --- __lang/monkey-rs/README_hatter.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/__lang/monkey-rs/README_hatter.md b/__lang/monkey-rs/README_hatter.md index ff74caa..1890ac5 100644 --- a/__lang/monkey-rs/README_hatter.md +++ b/__lang/monkey-rs/README_hatter.md @@ -1,3 +1,8 @@ Clone from: https://github.com/vishpat/monkey-rs +Monkey Programming Language: +- https://monkeylang.org/ +- https://github.com/bradford-hamilton/monkey-lang + +