Guest User

Untitled

a guest
Jul 21st, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.15 KB | None | 0 0
  1. /**
  2.  * @(#)
  3.  * @version 0.2
  4.  */
  5. public class HelloWorld {
  6.     public static void main (String[] argv) {
  7.         System.out.println("Hello World!");
  8.     }
  9. }
Add Comment
Please, Sign In to add comment