Advertisement
MrsMcLead

HelloWorld

Jan 24th, 2018
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. /**
  2.  * Write a description of class HelloWorld here.
  3.  *
  4.  * @Mrs. McLead
  5.  * @1.0
  6.  */
  7. public class HelloWorld
  8. {
  9.    public static void main(String args[])
  10.    {
  11.      System.out.println("Hello, World!");  
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement