Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
thesunnatillo committed Oct 29, 2024
1 parent 5c00af3 commit d3dc8f6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .idea/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/leetcode-daily.iml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

7 changes: 7 additions & 0 deletions javascript/palindrome-number.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/**
* @param {number} x
* @return {boolean}
*/
var isPalindrome = function(x) {

};
Empty file added typescript/two-sum.ts
Empty file.

0 comments on commit d3dc8f6

Please sign in to comment.