项目文件夹

文件
2026-07-13 12:06:04 +08:00

10 行
182 B
Java

public class Documentation {
public static void main (String[] args) {
//! [hello_world]
System.out.println ("Hello World!");
//! [hello_world]
}
}