Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokosi authored Apr 13, 2021
1 parent 559893b commit 06b6a5e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions pages.it/common/cowsay.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
- Stampa una mucca ASCII che dice "Hello world!":

`cowsay "Hello world\!"`
`cowsay 'Hello world!'`

- Usa il testo da standard input per il fumetto:

`echo "Ciao\!" | cowsay`
`echo 'Ciao!' | cowsay`

- Elenca tutti i personaggi disponibili:

`cowsay -l`

- Stampa un drago ASCII che dice "Ciao!":

`cowsay -f dragon "Ciao\!"`
`cowsay -f dragon 'Ciao!'`

- Stampa una mucca ASCII sballata che pensa:

Expand Down
6 changes: 3 additions & 3 deletions pages.ko/common/cowsay.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
- "Hello world!"๋ผ๊ณ  ๋งํ•˜๋Š” ASCII cow ์ถœ๋ ฅ:

`cowsay "Hello world\!"`
`cowsay 'Hello world!'`

- ํ’์„ ์— ํ‘œ์ค€ ์ž…๋ ฅ์˜ ํ…์ŠคํŠธ ์‚ฌ์šฉ:

`echo "Hello\!" | cowsay`
`echo 'Hello!' | cowsay`

- ์‚ฌ์šฉ ๊ฐ€๋Šฅํ•œ ๋ชจ๋“  ๋ฌธ์ž ๋‚˜์—ด:

`cowsay -l`

- "Hello!"๋ผ๊ณ  ๋งํ•˜๋Š” ASCII dragon ์ถœ๋ ฅ:

`cowsay -f dragon "Hello\!"`
`cowsay -f dragon 'Hello!'`

- ๋Œ๋กœ ๋œ ์ƒ๊ฐํ•˜๋Š” ASCII cow ์ถœ๋ ฅ:

Expand Down
6 changes: 3 additions & 3 deletions pages/common/cowsay.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
- Print an ASCII cow saying "Hello world\!":

`cowsay "Hello world\!"`
`cowsay 'Hello world!'`

- Use text from standard input for the balloon:

`echo "Hello\!" | cowsay`
`echo 'Hello!' | cowsay`

- List all available characters:

`cowsay -l`

- Print an ASCII dragon saying "Hello!":

`cowsay -f dragon "Hello\!"`
`cowsay -f dragon 'Hello!'`

- Print a stoned thinking ASCII cow:

Expand Down

0 comments on commit 06b6a5e

Please sign in to comment.