输出hello world

public class Test {
public static void main(String arg[])
{
System.out.println("Hello World.");
}
}

posted @ 2024-09-02 11:16  Elisabethearth  阅读(9)  评论(0)    收藏  举报