Advertisement
M_Delor24

HelloPrinter

Sep 18th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. package hello;
  2.  
  3. public class HelloPrinter
  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