hsim/exm/zelus/ball/main.ml

6 lines
138 B
Standard ML

open Std
let input _ = ()
let output (now, (y, _, _)) = Format.printf "%.10e\t%.10e\n" now y
let () = Runtime.go input Ball.ball output