diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-03 04:16:08 -0700 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-03 04:16:08 -0700 |
commit | 787e9710b9af69eec7dcb72f12af34aef870951e (patch) | |
tree | 08835645d3cf424286be7ce18babe80cc086e922 /qsharp.html.markdown | |
parent | ae7197c6a692f9b67e98a721ed5debb582bfa599 (diff) |
Syntax highlighting
Diffstat (limited to 'qsharp.html.markdown')
-rw-r--r-- | qsharp.html.markdown | 2 |
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 // |