mirror of
https://github.com/Estom/notes.git
synced 2026-04-09 22:09:28 +08:00
spring 完结
This commit is contained in:
9
Spring/Spring5/code/shangguigu03/src/Main.java
Normal file
9
Spring/Spring5/code/shangguigu03/src/Main.java
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @author yinkanglong
|
||||
* @version $Id: ${NAME}, v 0.1 ${YEAR}-${MONTH}-${DAY} ${TIME} yinkanglong Exp $
|
||||
*/
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello world!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user