static void Main(string[] args) { ClockWalk x = new ClockWalk(); Console.WriteLine(x.finalPosition("tttttttt")); Console.ReadLine(); }