You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# get ready
npm install
# create a solution file: npm run create $leetcodeProblemUrl
npm run create https://leetcode.com/problems/two-sum
# build
npm run build