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