作为一名刚接触Java的小白以下是我写的第一个程序!
public class Hello { public static void main(String[] args) { System.out.println("Hello,wold!"); }}