fork download
  1. namespace Test{
  2. class TestProg{
  3. public static void Main(){
  4. System.Console.WriteLine(1/2 != 0.5);
  5. }
  6. }
  7. }
Success #stdin #stdout 0.01s 131648KB
stdin
Standard input is empty
stdout
True