Guest User

Untitled

a guest
Aug 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. System.out.println("Start:" + LocalTime.now());
  2. for (int i = 0; i > -1; i++) { /*Infinite loop*/ }
  3. System.out.println("End :" + LocalTime.now());
Add Comment
Please, Sign In to add comment