public static void Main()
Console.WriteLine("Bài toán Tháp Hà Nội");
Console.WriteLine("Nhập vào số đĩa:");
n = int.Parse(Console.ReadLine());
public static void towers(int n, char from, char to, char aux)
Console.WriteLine("Di chuyển đĩa 1 từ {0} tới {1}", from, to);
Console.WriteLine("Di chuyển đĩa {0} từ {1} tới {2}",n,from,to);