fork download
  1. class Tester
  2. {
  3. public static void main (String[] args)
  4. {
  5. char[] array = new char[]{'a', 'b', 'c'};
  6. }
  7. }
Success #stdin #stdout 0.07s 380160KB
stdin
Standard input is empty
stdout
Standard output is empty