Initial commit
This commit is contained in:
10
205. Isomorphic Strings/Program.cs
Normal file
10
205. Isomorphic Strings/Program.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace _205._Isomorphic_Strings
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine(new Solution().IsIsomorphic("egg","foo"));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user