Created
May 9, 2020 18:32
-
-
Save billchenxi/e044aa78a508a1a590f28c66e424b03f to your computer and use it in GitHub Desktop.
QuantumComputing_setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace testing123 { | |
open Microsoft.Quantum.Canon; | |
open Microsoft.Quantum.Intrinsic; | |
@EntryPoint() | |
operation HelloQ() : Unit { | |
Message("Hello quantum world!"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment