diff options
author | Andrew Ryan Davis <AndrewDavis1191@gmail.com> | 2020-08-06 13:55:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-06 13:55:38 -0700 |
commit | 7e28066384d24f80bd4edfdeedfea82d6ba12656 (patch) | |
tree | ef409bae07909e9f7a82bce05dc54f5caba2f301 | |
parent | a2e661082ff7e07311ad0df6e6684653716407f6 (diff) |
Formatting fix
Changing formatting to fix issue
-rw-r--r-- | qsharp.html.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qsharp.html.markdown b/qsharp.html.markdown index b4a55d14..f778aea7 100644 --- a/qsharp.html.markdown +++ b/qsharp.html.markdown @@ -9,6 +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. This is the new outline + ```C# // Single-line comments start with // @@ -189,4 +190,4 @@ The [Quantum Katas][1] offer great self-paced tutorials and programming exercise [Q# Documentation][2] is official Q# documentation, including language reference and user guides. [1]: https://github.com/microsoft/QuantumKatas -[2]: https://docs.microsoft.com/quantum/
\ No newline at end of file +[2]: https://docs.microsoft.com/quantum/ |