view defical-sharp/libbacktrack/public.cs @ 1:758381a85d76 default tip

Incorrect printf format.
author Edho Prima Arief <me@myconan.net>
date Mon, 28 Jun 2010 14:52:19 +0700
parents ebed2bd0d300
children
line wrap: on
line source

namespace libbacktrack
{
    public partial class Backtrack
    {
        public bool IsSemt { get { return this.isSemt; } }
        public string Result { get { return this.result; } }
        public void Walk() { walk(); }
    }
}