Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Write a description of class HelloWorld here.
- *
- * @author Ahmad Lamaul Farid
- * @version 07 Oktober 2020
- */
- public class HelloWorld
- {
- public static void main (String[] args)
- {
- System.out.println("Hello World! - Selamat Datang");
- System.out.println("My name is Ahmad Lamaul Farid");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement