package com.example.domain;

public class BoxTest2 {

	public static void main(String[] args) {
		Box mybox3 = new Box();
	}

}
