duc-phan

Untitled

Nov 22nd, 2019
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. class HelloWorld
  2. {
  3.     // Your program begins with a call to main().
  4.     // Prints "Hello, World" to the terminal window.
  5.     public static void main(String args[])
  6.     {
  7.         System.out.println("Hello, World");
  8.     }
  9. }
Add Comment
Please, Sign In to add comment