Add Miranda (#1066)

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Po-Yi Tsai
2021-07-02 04:16:36 +08:00
committed by GitHub
parent 0a467c7a2b
commit 3271ffc319
2 changed files with 8 additions and 5 deletions

2
m/Miranda.m Executable file
View File

@@ -0,0 +1,2 @@
main :: [sys_message]
main = [Stdout "Hello World"]