Skip to content

Commit

Permalink
style: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
liuly0322 committed Dec 1, 2022
1 parent 7b580a4 commit 7b2549b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/.vitepress/theme/lc3/lc3_preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ const rankB = Math.min(scoreB - rankA, 4)
return [...arr, rankA, rankB].join(',')
`,
ansCode: `
const baseAddr = 0x5000
const rankA = lc3.memory[0x5100]
const rankB = lc3.memory[0x5101]
return [...lc3.memory.slice(0x5000, 0x5010), rankA, rankB].join(',')
Expand Down

0 comments on commit 7b2549b

Please sign in to comment.