Day6. Namespace style
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
namespace _704._Binary_Search
|
||||
namespace _704._Binary_Search;
|
||||
|
||||
internal class Program
|
||||
{
|
||||
internal class Program
|
||||
static void Main(string[] args)
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine(new Solution().Search(new int[] { -1, 0, 3, 5, 9, 12 }, 13));
|
||||
}
|
||||
Console.WriteLine(new Solution().Search(new int[] { -1, 0, 3, 5, 9, 12 }, 13));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user