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-04-09 22:12:42 +07:00
parent 8cfeb61549
commit dfe6efd326

View file

@ -2,7 +2,7 @@
Programming language that compiles to Typescript! Programming language that compiles to Typescript!
```sml ```sml
fun main : void = do fun main : void = do
@write("Hello, World!") @write("Hello, World!")
end end
``` ```