public class Hello { public static void main(String[] args) { // TODO 自动生成的方法存根 System.out.println("大家好"); } }
运行结果: