1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

add extend

This commit is contained in:
2022-12-08 23:57:50 +08:00
parent f4723761bf
commit 88dea913c3
5 changed files with 4995 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ let list = input.trim().replace(/[\r\n a-zA-Z0-9-_~!@#$%^&*\(\)<>?:\"\{\},\.\/;'
list = Array.from(new Set(list.split(''))).sort((a, b) => a.localeCompare(b)).join('')
// console.log(list)
fs.writeFileSync(path.join(__dirname, './output.txt'), list, 'utf8')
return
// return
for (let word of list) {
// 汉字