Guest User

Untitled

a guest
Jul 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. System.out.println(String.format("%1$9s: %2$20s : %3$20sn", "field", "expected", "actual"));
  2. System.out.println(String.format("%1$9s: %2$20s : %3$20sn", "surface", "駆け", "駆け"));
  3.  
  4. field: expected : actual
  5. surface: 駆け : 駆け
Add Comment
Please, Sign In to add comment