12345678910111213141516
  1. /**
  2. * Write a description of class ZipCodeRocks here.
  3. *
  4. * @author (your name)
  5. * @version (a version number or a date)
  6. */
  7. public class ZipCodeRocks
  8. {
  9. public static void main(String[] args)
  10. {
  11. System.out.print("Zipcode Rocks!");
  12. }
  13. }