Advertisement
olcayertas

PrettyPrint Use

Feb 1st, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.17 KB | None | 0 0
  1. <pre class="prettyprint lang-java linenums">
  2. public class MainClass {
  3.     public static void main(String args[]) {
  4.     System.out.println("Hello World!");
  5.     }
  6. }
  7. </pre>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement