mirror of
https://github.com/jwetzell/QControlKit.git
synced 2026-08-06 07:53:53 +00:00
Initial Commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Threading;
|
||||
using QSharp;
|
||||
|
||||
namespace qControlDemo
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("qControlDemo Started");
|
||||
QBrowser browser = new QBrowser();
|
||||
|
||||
|
||||
|
||||
Thread.Sleep(100000000);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user