Hello World
A humble greeting from SMLL
using System::Io
fun main(): Unit => println("Hello, world")using System::Iofun main(): Unit => println("Hello, world")Compile it
$ mkdir build./target/debug/smll hello.smlWriting ir to file: `Hello.java`
process exited with status: exit status: 0 Run it!
Last updated