6 lines
102 B
Standard ML
6 lines
102 B
Standard ML
|
|
open Std
|
|
let input _ = ()
|
|
let output (_, ()) = ()
|
|
|
|
let () = Runtime.go input Brusselator.simu output
|