public class Helloworld{
public static void main(String[] args){
System.out.println("Hello world");
}
我跟你一模一样也是不行