注意方法名println的写法(小写L)不是printIn(大写i)
感觉是拼写的问题,你试试这个
System.out.println("大家好");
一楼说的对,println里面的l是小写L,你写成了大写i