还缺少一个大括号
{ } 这个要成对出现啊
class Hello { public static void main(String[] args) { System.out.println("Hello World"); }}
你的代码还缺少最后一个 }