Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billchenxi/e044aa78a508a1a590f28c66e424b03f to your computer and use it in GitHub Desktop.
Save billchenxi/e044aa78a508a1a590f28c66e424b03f to your computer and use it in GitHub Desktop.
QuantumComputing_setup
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