fork download
  1. class Ideone {
  2. private static final String
  3. FIRST_ME = "X_x",
  4. THEN_ME = "T_T";
  5.  
  6. public static void main (String[] args) throws java.lang.Exception {
  7. System.out.println(FIRST_ME);
  8. System.out.println(THEN_ME);
  9. }
  10. }
Success #stdin #stdout 0.06s 380224KB
stdin
Standard input is empty
stdout
X_x
T_T