輸出hello world

Elisabethearth發表於2024-09-02

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

相關文章