9
q/QSharp.qs
Normal file
9
q/QSharp.qs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Quantum.HelloWorld {
|
||||
open Microsoft.Quantum.Canon;
|
||||
open Microsoft.Quantum.Intrinsic;
|
||||
|
||||
|
||||
operation HelloWorld() : Unit {
|
||||
Message("Hello World");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user