import java.util.*;

public class TBreuk5 {
	public static void main(String[] args) {
		Breuk5 b1=new Breuk5(1, 2);
		Breuk5 b2=(Breuk5)b1.clone();
		System.out.println("b2 = "+b2);
   }
}
