9 lines
102 B
Standard ML
9 lines
102 B
Standard ML
|
|
open Std
|
|
|
|
let input _ = ()
|
|
let output () = ()
|
|
|
|
let () = Runtime.go_discrete input Odes.main output
|
|
|
|
|