An open API service indexing awesome lists of open source software.

https://github.com/wingkwong/qsharp-playground

My Q# Playground
https://github.com/wingkwong/qsharp-playground

Last synced: 6 months ago
JSON representation

My Q# Playground

Awesome Lists containing this project

README

          

# qsharp-playground

My Q# Playground

## Prerequisites

- Install the QDK for Visual Studio Code.

## Run the application

```
dotnet run
```

## Create Project Template Manually

```
dotnet new -i Microsoft.Quantum.ProjectTemplates
dotnet new console -lang Q#
```