class program
{
	public static void main(String[] arg)
	{
		byte_array array = new byte_array(50);
		byte_array.add_bit(1, 3);
		
	}	
	
	
}