Advertisement
lamaulfarid

Hello World - JAVA

Oct 7th, 2020
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.33 KB | None | 0 0
  1. /**
  2.  * Write a description of class HelloWorld here.
  3.  *
  4.  * @author Ahmad Lamaul Farid
  5.  * @version 07 Oktober 2020
  6.  */
  7. public class HelloWorld
  8. {
  9.    public static void main (String[] args)
  10.    {
  11.        System.out.println("Hello World! - Selamat Datang");
  12.        System.out.println("My name is Ahmad Lamaul Farid");
  13.    }
  14. }
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement