ajjrx - 云代码空间
—— Habit is the love.
class Hello { //main函数,打印简单输出 public static void main(String[] args){ System.out.println("Hello, world."); } }