public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!"); // Prints the string to the console
}
}
Test
_
Hello Halo
2026-01-05
已抵达博客尽头