HelloWorld

37 阅读1分钟

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

}