fork download
  1. import java.util.Scanner;
  2.  
  3. class Ideone
  4. {
  5. public static void main (String[] args) throws java.lang.Exception
  6. {
  7. System.out.println("こんにちは");
  8.  
  9. }
  10. }
Success #stdin #stdout 0.11s 52856KB
stdin
8
stdout
こんにちは