fork download
  1. class Ideone{
  2. public static void main (String[] args){
  3. System.out.println("hello"=="hello");
  4. }
  5. }
Success #stdin #stdout 0.09s 320576KB
stdin
Standard input is empty
stdout
true