Day8-9
This commit is contained in:
9
20. Valid Parentheses/Program.cs
Normal file
9
20. Valid Parentheses/Program.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace _20._Valid_Parentheses;
|
||||
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine(new Solution().IsValid("([)]"));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user