Guest User

Untitled

a guest
Oct 22nd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import java.io.*;
  2.  
  3. public class HelloWorld
  4. {
  5. public static void main(String args[])
  6. {
  7. System.out.println("Hello World");
  8. }
  9. }
Add Comment
Please, Sign In to add comment