microsoft/qdk

Public

mirrored fromhttps://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/replace-qsharp-with-qdk-python-tests

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

katas/content/linear_algebra/multiplication/Placeholder.qs

7lines · modecode

1namespace Kata {
2 function Multiplication() : Double[][] {
3 // Replace the return value with correct answer.
4 return [[0., 0.],
5 [0., 0.]];
6 }
7}
8