程序源代码:
public class helloworld{ public static void main(String []args) { System.out.println("Hello world"); }}
该程序为一个java程序,
可以输出Hello world.