A Hello World app built with Q# Language aka Quantum Computing from Microsoft
- Visual Studio 2017 Build 15.6 ,or higher
- x64 based System
- .Net Core 2.1 SDK or higher
- Microsoft Quantum Development Kit (Visual Studio Extension)
- Version Number used - Microsoft.Quantum.Development.Kit-0.9.1908.2906QDK.vsix
- Before opening Visual Studio, install the Quantum Development Kit.
- Now open VS -> File -> New Project -> Visual C#.
- You will now three Q# project templates:
- Q# Application
- Q# Library and,
- Q# Test Project
- Make sure you have .NET Framework 4.6.1 (or more) selected in the list at the bottom of the New Project dialog box.
- Select Q# Application project template -> Type <your_project_name> and click OK.