fork download
  1. public class Main {
  2. public static void main(String[] args) {
  3. System.out.println(10 > 9); // returns true, because 10 is higher than 9
  4. }
  5. }
  6.  
Success #stdin #stdout 0.07s 52580KB
stdin
Standard input is empty
stdout
true