Commit da58f315 by Jinxiao Zhang

modify code

parent e4c3c7b0
Pipeline #13 canceled with stage
......@@ -14,6 +14,9 @@ public class PrintDemoApplication {
public static void main(String[] args) {
SpringApplication.run(PrintDemoApplication.class, args);
String txt = "Hello world";
System.out.println(txt.substring(15));
int result = 1/0;
int i = 0;
while(true){
logger.info("ceshi "+ i++);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment