Skip to content

Commit

Permalink
fixed invalid answer format
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Zhuravlev committed Aug 17, 2016
1 parent 35f834f commit a6cefa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ questions:
- {value: '$stderr = STDERR;', correct: true}
- {value: '$stderr = fopen("php://stderr", "w");', correct: true}
- {value: '$stderr = stderr("w")', correct: false}
- {value: '$stderr = fwrite("php://stderr");', correct: true)}
- {value: '$stderr = fwrite("php://stderr");', correct: true}
-
question: |
What would you replace ??????? with, below, to make the string Hello, World! be displayed?
Expand Down

0 comments on commit a6cefa7

Please sign in to comment.