My First program

public class HelloWorld{

  public static void main(String[] args){

  System.out.println("helloworld");

    }

}

你可能感兴趣的:(java)