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"); } }
Yes! You've got it man! You've got it