fork download
  1. class Ideone
  2. {
  3. public static void main (String[] args) throws java.lang.Exception
  4. {
  5. System.out.println("こんにちは世界");
  6. }
  7. }
Success #stdin #stdout 0.11s 54892KB
stdin
Standard input is empty
stdout
こんにちは世界