Advertisement
Guest User

Hello

a guest
Oct 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.10 KB | None | 0 0
  1. Public class Hello
  2. {
  3. Public static void main (String[] args)
  4. {
  5. System.out.println("hello");
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement