summaryrefslogtreecommitdiffhomepage
path: root/qsharp.html.markdown
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-03 04:16:08 -0700
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-04-03 04:16:08 -0700
commit787e9710b9af69eec7dcb72f12af34aef870951e (patch)
tree08835645d3cf424286be7ce18babe80cc086e922 /qsharp.html.markdown
parentae7197c6a692f9b67e98a721ed5debb582bfa599 (diff)
Syntax highlighting
Diffstat (limited to 'qsharp.html.markdown')
-rw-r--r--qsharp.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/qsharp.html.markdown b/qsharp.html.markdown
index 10015d7f..04e697a4 100644
--- a/qsharp.html.markdown
+++ b/qsharp.html.markdown
@@ -9,7 +9,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.
-```C#
+```c#
// Single-line comments start with //