Advertisement
paulogp

Hello World

Jul 13th, 2011
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1. // netbeans
  2. // paulogp
  3. public class Main
  4. {
  5.     public static void main(String[] args)
  6.     {
  7.         System.out.println("Hello World");
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement