开启我的Java旅程

Java的第一个代码

代码

		public static void main(String[] args){System.out.println("HelloWorld");}
}