The Q# user guide - Azure Quantum | Microsoft Learn

PHOTO EMBED

Fri May 12 2023 20:16:31 GMT+0000 (Coordinated Universal Time)

Saved by @mybusybeeadmin

namespace HelloQuantum {

    @EntryPoint()
    operation SayHelloQ() : Unit {
        Microsoft.Quantum.Intrinsic.Message("Hello quantum world!");
    }
}
content_copyCOPY

https://learn.microsoft.com/en-us/azure/quantum/user-guide/