namespace _232._Implement_Queue_using_Stacks; internal class Program { static void Main(string[] args) { Console.WriteLine("Hello, World!"); } }