Skip to content
This repository was archived by the owner on Oct 23, 2018. It is now read-only.

Files

Latest commit

 

History

History

MoscowML

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Moscow ML implementation of "Hello World"

Example output:

>mosml hello.sml
Moscow ML version 2.01 (January 2004)
Enter `quit();' to quit.
[opening file "hello.sml"]
hello world
> val it = () : unit
[closing file "hello.sml"]