Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. // John Doe
  2.  
  3. public class HelloWorld
  4. {
  5.  
  6. public static void main(String[] args)
  7. {
  8. System.out.println("hello world");
  9. }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement