fork download
  1. class Idiom157
  2. {
  3. static final String planet = "Earth";
  4.  
  5. public static void main (String[] args) throws java.lang.Exception
  6. {
  7. System.out.println("We live on planet " + planet);
  8. }
  9. }
Success #stdin #stdout 0.04s 4386816KB
stdin
Standard input is empty
stdout
We live on planet Earth