Day6. Namespace style
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
namespace _350._Intersection_of_Two_Arrays_II
|
||||
namespace _350._Intersection_of_Two_Arrays_II;
|
||||
|
||||
internal class Program
|
||||
{
|
||||
internal class Program
|
||||
static void Main(string[] args)
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello, World!");
|
||||
}
|
||||
Console.WriteLine("Hello, World!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user