diff --git a/exercises/darts/darts.rb b/exercises/darts/darts.rb new file mode 100644 index 0000000000..4c7ea1178b --- /dev/null +++ b/exercises/darts/darts.rb @@ -0,0 +1,7 @@ +=begin +Write your code for the 'Darts' exercise in this file. Make the tests in +`darts_test.rb` pass. + +To get started with TDD, see the `README.md` file in your +`ruby/darts` directory. +=end