// Example: I96c32e3
print "Example: I96c32e3";
previous_setting := GetEchoInput();
SetEchoInput(true);
blkscube := MinimalPartitions(cube);
print blkscube;
SetEchoInput(previous_setting);
