exercism / pony

Exercism exercises in Pony.
https://exercism.org/tracks/pony
MIT License
38 stars 20 forks source link

Add auto_approve to hello-world exercise #62

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/pony#61

kytrinyx commented 6 years ago

Thank you @jackhughesweb!