Python-100-Days/番外篇/code/Test01.java

6 lines
113 B
Java
Raw Normal View History

class Test01 {
public static void main(String[] args) {
System.out.println("hello, world!");
}
}