Skip to content

Commit baccd56

Browse files
committed
第一
1 parent ff69158 commit baccd56

File tree

1 file changed

+7
-0
lines changed
  • demo/src/main/java/com/study/controller

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package com.study.controller;
2+
3+
public class Demo {
4+
public static void main(String[] args) {
5+
System.out.println("hello");
6+
}
7+
}

0 commit comments

Comments
 (0)