Guest User

Untitled

a guest
Jun 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. class HelloWorld {
  2. public void main(string[] args) {
  3. System.out.println("Hello, World!");
  4. System.exit(0);
  5. }
  6. }
Add Comment
Please, Sign In to add comment