Commit d8f6c9b5495c1d5f4a3c48fe02e8a4f26081d77f

Authored by fangcheng
1 parent a5fc8bd612
Exists in master

12313213

Showing 1 changed file with 1 additions and 1 deletions

hospital.web/src/test/java/test/hospital/Test.java View file @ d8f6c9b
... ... @@ -3,7 +3,7 @@
3 3 public class Test {
4 4  
5 5 public static void main(String[] args) {
6   - System.out.println(1);
  6 + System.out.println(123123123);
7 7 }
8 8  
9 9 }