9 lines
173 B
C#
9 lines
173 B
C#
namespace _383._Ransom_Note;
|
|
|
|
internal class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Console.WriteLine(new Solution().CanConstruct("a", "b"));
|
|
}
|
|
} |