The code below: ``` function main() { return [ cube({size: 3, center: true}), sphere({r:2, center: false})] } ``` Should display both a cube and a sphere, however in Atom it shows only the cube.