This commit is contained in:
2023-01-15 22:54:08 +08:00
parent 0be7dda651
commit 4499f7cddb
3 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
package cn.x47;
/**
* Hello world!
*/
public class App {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}