mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Formatting fix
Changing formatting to fix issue
This commit is contained in:
parent
a2e661082f
commit
7e28066384
@ -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.
|
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
|
This is the new outline
|
||||||
|
|
||||||
```C#
|
```C#
|
||||||
// Single-line comments start with //
|
// 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.
|
[Q# Documentation][2] is official Q# documentation, including language reference and user guides.
|
||||||
|
|
||||||
[1]: https://github.com/microsoft/QuantumKatas
|
[1]: https://github.com/microsoft/QuantumKatas
|
||||||
[2]: https://docs.microsoft.com/quantum/
|
[2]: https://docs.microsoft.com/quantum/
|
||||||
|
Loading…
Reference in New Issue
Block a user