Advertisement
imtiazaasif

Hello world print java

Feb 22nd, 2020
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1.  
  2. public class Test {
  3.  
  4.    
  5.     public static void main(String[] args) {
  6.        
  7.             System.out.println("hello world");
  8.         }
  9.    
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement