Browse Source

style(podiumposition): format text

DEV-3376-pointers-drop-the-thread-multiple-issues
Tiago Collot 2 years ago
parent
commit
b2499e54a5
  1. 2
      subjects/podiumposition/README.md

2
subjects/podiumposition/README.md

@ -5,7 +5,7 @@
A F1 race just finished and the commentator is calling the finishing positions incorrectly.
Help to fix this before the contestants arrive at the podium by providing the commentator with the correct podium position.
Write a function `PodiumPosition` that takes an array of arrays of type `string` and returns the competitor positions correctly.
Write a function `PodiumPosition` that takes a slice of slices of type `string` and returns the competitor positions correctly.
### Expected function

Loading…
Cancel
Save