Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. class Main {
  2. public static void main(String[] args) {
  3. System.out.println("hello world");
  4. System.out.println();
  5. System.out.println("Hello, World!");
  6. System.out.println("Hello,");
  7. System.out.println("");
  8. System.out.println("World!");
  9. System.out.println("Hello, world!");
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement