public class HelloWorld{
public static void main(String[] args) {
String hobby="我爱慕课网";
String myChar="www.imooc.com";
System.out.println(hobby);
System.out.println(myChar);
}
第三行后面的分号应该是英文的,你的貌似是中文的。