1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-10-16 02:37:40 -05:00

Update README.md

This commit is contained in:
Natapat Samutpong 2022-03-12 08:39:37 +07:00
parent 0ee36feecb
commit cd196f8619

View file

@ -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