Skip to content

Commit

Permalink
Fix output file name in step10 README
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu39 committed Mar 25, 2020
1 parent 9fed797 commit dca4d53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions skeleton/step10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
## 動かし方

```
$ go build -v -o step09
$ ./step09
$ go build -v -o step10
$ ./step10
```
4 changes: 2 additions & 2 deletions solution/step10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
## 動かし方

```
$ go build -v -o step09
$ ./step09
$ go build -v -o step10
$ ./step10
```

0 comments on commit dca4d53

Please sign in to comment.