gistlib
main.mr = 5; h = 12; vol = (1/3) * pi * r^2 * h; 43 chars4 lines
r = 5; h = 12; vol = (1/3) * pi * r^2 * h;
gistlibby LogSnag