01-edu / public

📚 @01-edu's Public Repository
http://public.01-edu.org/
224 stars 447 forks source link

[INVALID] nrune subject #2723

Closed Tewicodes closed 2 weeks ago

Tewicodes commented 2 weeks ago

nrune

.package piscine . .func NRune(s string, n int) rune { . if n > len(s) || n < 1 { . return 0 . } . runes := []rune(s) . return runes[n-1] .}

le correcteur m'indique une faute de frappe mais je ne la voit pas

HarryVasanth commented 2 weeks ago

[!IMPORTANT]

🚫 @Tewicodes: This issue has been closed due to lack of context/clarity/substance/responsiveness!

If you find there is something wrong with a subject/exercise/feature, please feel free to open a new issue with an appropriate title, context and further details (use the prebaked issue templates that we provide) that would help our team to address the issue effectively.

We could use the following information to help us resolve a potential issue:

  • The issue/error you are encountering from the platform
  • The solution you're trying to submit / steps to reproduce the issue/error
  • The screenshot of the issue/error
  • Any additional details