start:java8

This commit is contained in:
dichgrem
2025-10-30 14:30:50 +08:00
parent 3d166ec578
commit af1ea3e24e
21 changed files with 303 additions and 0 deletions

7
com/study/demo/Demo.java Normal file
View File

@@ -0,0 +1,7 @@
package com.study.demo;
public class Demo {
public static void main(String [] args) {
System.out.println("HelloWorld!");
}
}