JAVA
·
发表于 5年以前
·
阅读量:886
public class HelloWorld{
public static void main(String[] args){
System.out.println( "Hello, World!" );
}
}