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