Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            var runtime = PSharpRuntime.Create();

            Test.Execute(runtime);
            Console.ReadLine();
        }
Ejemplo n.º 2
0
 static void Main(string[] args)
 {
     Test.Execute();
     Console.ReadLine();
 }