dreamworker

Untitled

Feb 9th, 2021
577
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1.         AsciiTable at = new AsciiTable();
  2.  
  3.         at.addRule();
  4.         at.addRow("row 1 col 1", "row 1 col 2");
  5.         at.addRule();
  6.         at.addRow("row 2 col 1", "row 2 col 2");
  7.         at.addRule();
  8.  
  9.  
  10.  
  11.         String rend = at.render();
  12.         System.out.println(rend);
Advertisement
Add Comment
Please, Sign In to add comment