blob: 24f5f4a0a5e0aec2805c3416f31e90f7bd38b370 [file] [log] [blame]
import org.junit.Test;
public class Module3Test
{
@Test
public void test()
{
System.out.println( "Module3" );
}
}