大神幫我看看我這哪錯了啊
public class Helloword{
? ? public static void main(String[] args){
? ? ? ? System.out.println("hello imooc");
? ? }
}
public class Helloword{
? ? public static void main(String[] args){
? ? ? ? System.out.println("hello imooc");
? ? }
}
2021-09-28
舉報
2021-09-28
類名拼寫錯誤
HelloWorld