Advertisement
Chrispm84

Untitled

Dec 23rd, 2011
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. package helloworld;
  2.  
  3.     public class HelloWorld
  4.     {
  5.  
  6.         public static void main(String[] args)
  7.         {
  8.             System.out.println("Hello World!");
  9.         }
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement