Skip to content

Instantly share code, notes, and snippets.

@NatuMyers
Created April 18, 2018 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NatuMyers/75b3d1ca651a17c30c55d8109b1d9ce4 to your computer and use it in GitHub Desktop.
Save NatuMyers/75b3d1ca651a17c30c55d8109b1d9ce4 to your computer and use it in GitHub Desktop.
using Microsoft.Quantum.Simulation.Core;
using Microsoft.Quantum.Simulation.Simulators;
namespace Quantum.HelloQ
{
  class Driver
  {
    static void Main(string[] args)
    {
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment