fork download
  1.  
  2. import java.util.Base64;
  3.  
  4. class Ideone
  5. {
  6. public static void main (String[] args) throws java.lang.Exception
  7. {
  8. System.out.println(new String(Base64.getDecoder().decode("VU5LTw==")));
  9. System.out.println(new String(Base64.getDecoder().decode("VU5LT2==")));
  10. }
  11. }
Success #stdin #stdout 0.1s 32504KB
stdin
Standard input is empty
stdout
UNKO
UNKO