fork download
  1. fn main() {
  2. print!("{}", 1.0 / -0.0);
  3. }
  4.  
Success #stdin #stdout 0s 5608KB
stdin
Standard input is empty
stdout
-inf