Files
javaSE/hello.java
syx_computer fd230339bd Initial commit
2025-09-30 13:20:26 +08:00

6 lines
116 B
Java

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