microsoft/qdk

Public

mirrored from https://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
billt/revert-mimalloc

Branches

Tags

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

Clone

HTTPS

Download ZIP

katas/content/oracles/classical_oracles/Placeholder.qs

7lines · modecode

1namespace Kata {
2 function IsSeven(x : Bool[]) : Bool {
3 // Implement your solution here...
4
5 return false;
6 }
7}