exercism / kotlin

Exercism exercises in Kotlin.
https://exercism.org/tracks/kotlin
MIT License
221 stars 191 forks source link

Remove internal keyword on exercise twofer #531

Closed andrej-dyck closed 2 years ago

andrej-dyck commented 2 years ago

Internal is not needed here and often confusing to newcomers.


image

dector commented 2 years ago

Hi @andrej-dyck . Can you please execute (git commit --amend --allow-empty) and push changes to this PR to re-run checks.

andrej-dyck commented 2 years ago

Hi @andrej-dyck . Can you please execute (git commit --amend --allow-empty) and push changes to this PR to re-run checks.

@dector I rebased the commit onto the current main. I hope this works.

Edit: I see that it didn't -.-, sorry

dector commented 2 years ago

Awesome. Thank you very much!