Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. /**
  2. * Created by User on 27.11.2015.
  3. */
  4. public class Main {
  5.  
  6. public static void main(String[] args) {
  7. System.out.print("Hello!");
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement