Advertisement
M_Delor24

Exercise 1.1

Sep 18th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. //Mitchell Delor
  2. //C Block
  3. //9-18-14
  4.  
  5.  
  6. package hello;
  7.  
  8. public class HelloPrinter
  9. {
  10.     public static void main(String[] args)
  11.     {
  12.     System.out.println("Hola");
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement