Guest User

Untitled

a guest
Oct 21st, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.15 KB | None | 0 0
  1. package lachy.helloworld;
  2. public class HelloWorld {
  3.     public static void main(String[] args) {
  4.         System.out.println("Hello World! :D");
  5.     }
  6. }
Add Comment
Please, Sign In to add comment