initial commit

This commit is contained in:
buzz-lightsnack-2007 2024-01-10 12:19:46 +08:00
commit f8823c6d57

5
src/practice1.java Normal file
View file

@ -0,0 +1,5 @@
public class helloWorld() {
public static void main(String[] args) {
System.out.println("Hello, world");
}
}