All pastes #2089132 Raw Edit

Someone

public text v1 · immutable
#2089132 ·published 2011-10-11 17:29 UTC
rendered paste body
public class TESTER {
	public static void main(String[] args){
		Ocean a = new Ocean();
		a.placeAllBoats();
		System.out.println("COMPLETE.");
	}
}