All pastes #2089131 Raw Edit

Someone

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