difference(){
cylinder(h=20, r1=20, r2=10);
translate([0,0,-1])cylinder(h=22, r=2, $fn=20);
}