public class HelloWorld{
public static void main(String[] args) {
String hobby="imooc";
System.out.println(hobby);
}
没有语句错误,规范不对,检查一下标点符号是否为英文。