Advertisement
jaredt17

Chapter1 Exercise1

Sep 18th, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1. Jared Teller
  2. C
  3. 9/18
  4. public class helloWorld {
  5.  
  6.     public static void main(String[] args)
  7.     {
  8.         System.out.println("Hola");
  9.     }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement