squareEx1.jscad 76 B

12345
  1. function main(){
  2. return CAG.rectangle({center: [0,0], radius: [1,1]});
  3. };