Skip to content

Commit 10dd5bd

Browse files
committed
solving Valid Palindrome (#220)
#220
1 parent 6736ed3 commit 10dd5bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

valid-palindrome/jiji-hoon96.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
function isPalindrome(s: string): boolean {
2+
3+
};

0 commit comments

Comments
 (0)