java,hello world小的练习

class hello
{
public static void main(String[] args)
{
	System.out.println("hello world!");
}
}

原文地址:https://www.cnblogs.com/zhailiming/p/5457792.html