fork download
  1. class LessonA
  2. {
  3. public static void main(String[] args)
  4. {
  5. String str = "私は男です";
  6.  
  7. System.out.println(str);
  8.  
  9. }
  10. }
Success #stdin #stdout 0.05s 32544KB
stdin
Standard input is empty
stdout
私は男です