6 lines
139 B
Standard ML
6 lines
139 B
Standard ML
|
|
open Std
|
|
|
|
let input _ = ()
|
|
let output (now, (y, _, _)) = Format.printf "%.10e\t%.10e\n" now y
|
|
let () = Runtime.go input Ballz.ball output
|