From cd196f86192ec92c13686ee8edd06601b47f2917 Mon Sep 17 00:00:00 2001 From: Natapat Samutpong Date: Sat, 12 Mar 2022 08:39:37 +0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index daec068..b1d9085 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # Hades Programming language that compiles to C++! +```sml +fun main: int = do + @write("Hello, World!\n"); + return 0; +end; +``` + 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