Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. package com.company;
  2.  
  3. /**
  4. * Created by 1014 on 22.4.2017 г..
  5. */
  6. public class HelloWorld {
  7. public static void main(String[] args) {
  8. System.out.println("Hello Java");
  9.  
  10. }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement