Advertisement
Guest User

ShipDriver.java

a guest
Apr 26th, 2015
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. import java.util.Scanner;
  2. public class ShipDriver {
  3.  
  4.     public static void main(String[] args) {
  5.         //nothing to see here, move along.
  6.  
  7.     }
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement