Skip to content

Commit

Permalink
Update zh/01-hello-world/02-id-and-keyword.md: remove duplicate optio…
Browse files Browse the repository at this point in the history
…n in quiz
  • Loading branch information
dynilath committed Jun 23, 2024
1 parent 998fd0d commit 2d99e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zh/01-hello-world/02-id-and-keyword.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ int main() {
{
text: '下面的代码中,有哪些是标识符?',
code: 'int plus_one(int a) { \n return a + 1; \n}',
options: ['int', 'plus_one', 'int', 'a', 'return', '1', '+', ';'],
options: ['int', 'plus_one', 'a', 'return', '1', '+', ';'],
answers: ['plus_one', 'int', 'a', 'return']
},
{
Expand Down

0 comments on commit 2d99e0e

Please sign in to comment.