diff --git a/subjects/podiumposition/README.md b/subjects/podiumposition/README.md index 2ef75fb3..c4dbb3b1 100644 --- a/subjects/podiumposition/README.md +++ b/subjects/podiumposition/README.md @@ -35,7 +35,7 @@ func main() { And its output: -```go +```console $ go run . | cat -e [[1st Place] [2nd Place] [3rd Place] [4th Place]]$ ```