Day8-9
This commit is contained in:
9
232. Implement Queue using Stacks/Program.cs
Normal file
9
232. Implement Queue using Stacks/Program.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace _232._Implement_Queue_using_Stacks;
|
||||
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello, World!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user