Day5
This commit is contained in:
10
409. Longest Palindrome/Program.cs
Normal file
10
409. Longest Palindrome/Program.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace _409._Longest_Palindrome
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine(new Solution().LongestPalindrome("bb"));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user