From 722be2628d6fb886c58c38b17cb4ac0a8bc5b03f Mon Sep 17 00:00:00 2001 From: Natapat Samutpong Date: Mon, 7 Mar 2022 15:16:41 +0700 Subject: [PATCH] :trollface: --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8454df..69b4e00 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Hades -Programming language that compiles to JavaScript! +Programming language that compiles to C++! Note: Everything in this project can be changed at anytime! (I'm still finding out what work best for lots of thing) if you have an idea, feel free to create an issues about it, or even create a PR! (I'd be very happy) # Prerequistie -- `node` or any JavaScript runner +- `clang++`(preferred) or any C++ compiler - Rust (if you're going to build from source) # TODO