MOHD_NASIR_UDDIN42

Hello World

May 15th, 2018
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1.  
  2. package hello;
  3.  
  4.  
  5. public class newclass2 {
  6.    
  7.     public static void main(String[] args) {
  8.         System.out.println("Hello World");
  9.     }
  10.    
  11. }
Add Comment
Please, Sign In to add comment