Exemplo n.º 1
0
        public void testFibInterpreted()
        {
            TestFibInterpreted t = new TestFibInterpreted(factory);

            t.initRules();
            t.test1(12);

            Console.Out.WriteLine(factory);
        }
Exemplo n.º 2
0
		public void testFibInterpreted() 
		{
			TestFibInterpreted t = new TestFibInterpreted(factory);
			t.initRules();
			t.test1(12);
    
			Console.Out.WriteLine(factory);
		}