adfa5456's picture
Add files using upload-large-folder tool
a42735d verified
raw
history blame
44 Bytes
Array3d v(2,3,4);
cout << v.cube() << endl;