Skip to content

Commit

Permalink
added 57 (Ebazhanov#1770)
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodiator2 authored Jun 29, 2021
1 parent e209799 commit b2537f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bash/bash-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -684,3 +684,10 @@ echo "${VAR//man/rolling}"
- [ ] This old man came rolling
- [x] This old rolling came rolling
- [ ] This old came
#### Q57. What statement would you use to print this in the console?
- [ ] `echo "Shall we play a game? yes/\no"`
- [ ] `echo "Shall we play a game\? yes\\no"`
- [x] `echo "Shall we play a game? yes\\no"`
- [ ] `echo "Shall we play a game? yes\no"`

0 comments on commit b2537f7

Please sign in to comment.