/// # Summary
/// Returns the square of the input integer.
function Square(x : Int) : Int {
x * x
}microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
samples/testing/classical_values/src/ClassicalFunction.qs
5lines · modepreview