Guest User

Untitled

a guest
Jul 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. /*
  2. * To change this template, choose Tools | Templates
  3. * and open the template in the editor.
  4. */
  5.  
  6. package howdy.Howdy;
  7.  
  8. /**
  9. *
  10. * @author cd_Franges
  11. */
  12. public class Howdy {
  13.  
  14.  
  15. public static void main(String[] args) {
  16. System.out.println("Howdy");
  17.  
  18. }
  19. }
  20.  
  21. /**
  22. * @param args the command line arguments
  23. */
  24. public static void main(String[] args) {
  25. // TODO code application logic here
  26. }
  27.  
  28. }
Add Comment
Please, Sign In to add comment