#!/bin/java bsh.Interpreter

source("TestHarness.bsh");

// insert your code here
// assert( condition );

complete();

