Day i do not know
This commit is contained in:
9
299. Bulls and Cows/Program.cs
Normal file
9
299. Bulls and Cows/Program.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace _299._Bulls_and_Cows;
|
||||
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine(new Solution().GetHint("1123", "0111"));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user