YOU SAID:
public class Main { public static void main(String[] args) { System.out.println("Hello world"); } }
INTO JAPANESE
パブリッククラスMain { パブリック静的void main(String[] args) { System.out.println("Hello world"); } }
BACK INTO ENGLISH
public class Main { public static void main(String[] args) { System.out.println("Hello world"); } }
INTO JAPANESE
パブリッククラスMain { パブリック静的void main(String[] args) { System.out.println("Hello world"); } }
BACK INTO ENGLISH
public class Main { public static void main(String[] args) { System.out.println("Hello world"); } }
Come on, you can do better than that.