Advertisement
Guest User

shad / MyName.java

a guest
Dec 22nd, 2010
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.15 KB | None | 0 0
  1. public class MyName
  2. {
  3.     public static void main(String[] arg)
  4.     {
  5.         System.out.println("My name is Muhammad Azri.");
  6.         System.out.println("Hello.");
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement