Skip to content

Instantly share code, notes, and snippets.

@yasgun
Created April 12, 2020 14:15
Show Gist options
  • Save yasgun/76f50a6cf5d5a189e5ec9fe2bebd896a to your computer and use it in GitHub Desktop.
Save yasgun/76f50a6cf5d5a189e5ec9fe2bebd896a to your computer and use it in GitHub Desktop.
Q# HelloWorld Code
namespace HelloWorld {
open Microsoft.Quantum.Canon;
open Microsoft.Quantum.Intrinsic;
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