Advertisement
iamaamir

Printing Without SemiColon

Aug 25th, 2014
485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. package extra;
  2.  
  3. /**
  4.  *
  5.  * @author Aamir khan
  6.  * @URL aamir-4u.blogspot.com
  7.  */
  8. public class WithoutSamicolon {
  9.  
  10. public static void main(String args[])
  11. {
  12. if(System.out.printf("Hello World\n")!=null)
  13. {
  14. }
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement