From 3de23bee6d5ba3aeb0aa2fda7207b8a770b051d5 Mon Sep 17 00:00:00 2001 From: Alexander Hansen Date: Thu, 14 Nov 2024 12:47:55 -0800 Subject: [PATCH] update qsharp to csharp --- qsharp.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qsharp.html.markdown b/qsharp.html.markdown index acfbed4753..8f3fff8c1c 100644 --- a/qsharp.html.markdown +++ b/qsharp.html.markdown @@ -10,7 +10,7 @@ filename: LearnQSharp.qs Q# is a high-level domain-specific language which enables developers to write quantum algorithms. Q# programs can be executed on a quantum simulator running on a classical computer and (in future) on quantum computers. -```qsharp +```c# // Single-line comments start with // @@ -206,4 +206,4 @@ operation Main() : Unit { The Quantum Katas ([repo](https://github.com/microsoft/qsharp/tree/main/katas) [hosted tutorials](https://quantum.microsoft.com/en-us/tools/quantum-katas) offer great self-paced tutorials and programming exercises to learn quantum computing and Q#. -[Q# Documentation](https://docs.microsoft.com/quantum/) is official Q# documentation, including language reference and user guides. \ No newline at end of file +[Q# Documentation](https://docs.microsoft.com/quantum/) is official Q# documentation, including language reference and user guides.