大神幫我看看我這哪錯(cuò)了啊
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
舉報(bào)
2021-09-28
類名拼寫錯(cuò)誤
HelloWorld