exercism / scala

Exercism exercises in Scala.
https://exercism.org/tracks/scala
MIT License
123 stars 131 forks source link

Add auto_approve to hello-world exercise #571

Closed jackhughesweb closed 6 years ago

jackhughesweb commented 6 years ago

This adds the auto_approve property to the hello-world exercise as part of preparing tracks for the v2 launch.

The current code on the server will automatically approve hello-world exercises anyway, but that is a temporary fix and will be removed in the future.

See exercism/scala#569