fork download
  1.  
  2. import std.stdio;
  3.  
  4. void main()
  5. {
  6. writeln(0.1 + 0.2 != 0.3);
  7. }
  8.  
Success #stdin #stdout 0s 2120KB
stdin
Standard input is empty
stdout
false