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
- Host: GitHub
- URL: https://github.com/wingkwong/qsharp-playground
- Owner: wingkwong
- License: mit
- Created: 2020-08-11T07:58:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:22:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T03:43:34.200Z (8 months ago)
- Language: Q#
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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#
```