Day6. Namespace style
This commit is contained in:
9
383. Ransom Note/Program.cs
Normal file
9
383. Ransom Note/Program.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace _383._Ransom_Note;
|
||||
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine(new Solution().CanConstruct("a", "b"));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user