hsim/exm/zelus_2024/ball/main.ml

7 lines
144 B
Standard ML

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