python/番外篇/code/Test01.java

6 lines
113 B
Java
Raw Normal View History

2024-12-04 00:04:56 +08:00
class Test01 {
public static void main(String[] args) {
System.out.println("hello, world!");
}
}