Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

Q# hello world

namespace HelloQuantum {
    open Microsoft.Quantum.Canon;
    open Microsoft.Quantum.Intrinsic;
    

    @EntryPoint()
    operation SayHello() : Unit {
        Message("Hello quantum world!");
    }
}
Comment

PREVIOUS NEXT
Code Example
Csharp :: how to update a project to cross target .net core 
Csharp :: sum of two numbers in c# 
Csharp :: c# adding two arrays together 
Csharp :: c# system.drawing.color to system.windows.media.color 
Csharp :: get all devices in game unity 
Csharp :: why vue cli do not refresh auto in local host 
Csharp :: jitter on collision for 2 rigid bodies 
Csharp :: c# write text before user input 
Csharp :: c# find index element array 
Csharp :: C# how to remove an image in a folder 
Csharp :: how to find avareage of an array in c# 
Csharp :: unity object walkable not working 
Csharp :: convert request.form to dictionary c# 
Csharp :: C# inline question mark on object 
Csharp :: c# datetime iso 8601 format 
Csharp :: Codewars Multiply 
Csharp :: gravity script unity 
Csharp :: c# object initialization can be simplified 
Csharp :: void on collision enter 2d 
Csharp :: ++ operator c# 
Csharp :: c# transparent label 
Csharp :: c# rename file add 
Csharp :: c# string to byte array 
Csharp :: c# keep console open 
Csharp :: west of loathing 
Csharp :: c# datagridview change column name 
Csharp :: c# odd even median 
Csharp :: unity controls 3d 
Csharp :: Prevent player rotation unity 
Csharp :: how to close and reopen an app in c# 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =