update qsharp to csharp

This commit is contained in:
Alexander Hansen 2024-11-14 12:47:55 -08:00
parent 8d56eaac00
commit 3de23bee6d

View File

@ -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 //