Skip to content

Commit

Permalink
update qsharp to csharp
Browse files Browse the repository at this point in the history
  • Loading branch information
sezna committed Nov 14, 2024
1 parent 8d56eaa commit 3de23be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qsharp.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 //

Expand Down Expand Up @@ -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.
[Q# Documentation](https://docs.microsoft.com/quantum/) is official Q# documentation, including language reference and user guides.

0 comments on commit 3de23be

Please sign in to comment.