Skip to content

Commit

Permalink
Update chapter0.md
Browse files Browse the repository at this point in the history
删除了代码中多余的#
  • Loading branch information
changkaiyan authored and ranxian committed Jan 11, 2019
1 parent cc34225 commit 7249f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/chapter0.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ for(;;){
~~~ C
char *argv[2];
argv[0] = "cat";
### argv[1] = 0;
argv[1] = 0;
if(fork() == 0) {
close(0);
open("input.txt", O_RDONLY);
Expand Down

0 comments on commit 7249f34

Please sign in to comment.