Update README.md

pull/4/head
Natapat Samutpong 2022-04-09 22:12:42 +07:00
parent 8cfeb61549
commit dfe6efd326
1 changed files with 1 additions and 1 deletions

View File

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