Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ir1d authored Oct 14, 2018
1 parent 0ffa81e commit 34e87ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/use-$_exitcode.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

int main(void)
{
return 0;
return 1;
}
接着调试:

Expand Down

0 comments on commit 34e87ea

Please sign in to comment.